Korean translation of http://www.djangoproject.com/documentation/tutorial1
당신의 첫번째 장고 application 만들기, part 1
이 문서는 Django 0.9.1을 다룬다. 구버전 : 0.90 docs
By Adrian Holovaty <holovaty@gmail.com>, Translated by [parkpro77]
예제로 배워보자.
Throughout this tutorial, we'll walk you through the creation of a simple Web poll application.
It'll consist of two parts:
A public site that lets people vote in polls and view poll results. An admin site that lets you add, change and delete polls behind the scenes. We'll assume you have Django installed already.
Initial setup
Database setup
Creating models
Activating models