Differences between revisions 1 and 2
Revision 1 as of 2006-03-29 13:47:45
Size: 356
Editor: 211
Comment:
Revision 2 as of 2006-03-29 13:52:19
Size: 773
Editor: 211
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

TableOfContents

이 문서는 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

Decoupling the URLconfs

Django/Tutorial3 (last edited 2011-08-03 11:00:46 by localhost)

web biohackers.net