Size: 518
Comment:
|
Size: 937
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
== Activate the admin site == == Create a user account == == Start the development server == == Enter the admin site == == Make the poll app modifiable in the admin == == Explore the free admin functionality == == Customize the admin form == == Adding related objects == == Customize the admin change list == == Customize the admin look and feel == == Customize the admin index page == |
Korean translation of http://www.djangoproject.com/documentation/tutorial1
당신의 첫번째 장고 프로그램 만들기, part 2
이 문서는 Django 0.9.1을 다룬다. 구버전 : 0.90 docs
By Adrian Holovaty <holovaty@gmail.com>, Translated by [parkpro77]
튜토리얼 1을 끝마치면 이 튜토리얼을 시작한다. 우리는 웹 투표 프로그램을 계속 만들 것이고, 장고가 자동적으로 생성하는 admin 싸이트에 초점을 맞출 것이다.
Activate the admin site
Create a user account
Start the development server
Enter the admin site
Make the poll app modifiable in the admin
Explore the free admin functionality
Customize the admin form
Adding related objects
Customize the admin change list
Customize the admin look and feel