⇤ ← Revision 1 as of 2006-03-29 13:47:45
Size: 356
Comment:
|
Size: 773
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
== Philosophy == == Design your URLs == == Write your first view == == Write views that actually do something == === A shortcut: render_to_response() === == Raising 404 == === A shortcut: get_object_or_404() === == Write a 404 (page not found) view == == Write a 500 (server error) view == == Use the template system == == Simplifying the URLconfs == == Decoupling the URLconfs == |
Korean translation of http://www.djangoproject.com/documentation/tutorial3
<-- |
[../Tutorial2] |
[../Tutorial4] |
--> |
당신의 첫번째 장고 프로그램 만들기, part 3
이 문서는 Django 0.9.1을 다룬다. 구버전 : 0.90 docs
By Adrian Holovaty <holovaty@gmail.com>, Translated by [parkpro77]
Philosophy
Design your URLs
Write your first view
Write views that actually do something
A shortcut: render_to_response()
Raising 404
A shortcut: get_object_or_404()
Write a 404 (page not found) view
Write a 500 (server error) view
Use the template system
Simplifying the URLconfs