2008-08-24 06:25:40 +08:00
|
|
|
Using Django
|
|
|
|
============
|
|
|
|
|
|
|
|
Introductions to all the key parts of Django you'll need to know:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2009-03-15 13:54:28 +08:00
|
|
|
|
2008-08-24 06:25:40 +08:00
|
|
|
install
|
|
|
|
db/index
|
|
|
|
http/index
|
|
|
|
forms/index
|
|
|
|
forms/modelforms
|
|
|
|
templates
|
2010-10-18 21:34:47 +08:00
|
|
|
class-based-views
|
|
|
|
generic-views-migration
|
2008-08-24 06:25:40 +08:00
|
|
|
files
|
|
|
|
testing
|
|
|
|
auth
|
|
|
|
cache
|
2009-03-22 15:58:29 +08:00
|
|
|
conditional-view-processing
|
2008-08-24 06:25:40 +08:00
|
|
|
email
|
2010-02-16 20:12:53 +08:00
|
|
|
i18n/index
|
2010-10-04 23:12:39 +08:00
|
|
|
logging
|
2008-08-24 06:25:40 +08:00
|
|
|
pagination
|
|
|
|
serialization
|
2008-08-27 03:04:52 +08:00
|
|
|
settings
|
2009-03-15 13:54:28 +08:00
|
|
|
signals
|
2009-06-18 08:16:48 +08:00
|
|
|
|
2010-10-18 21:34:47 +08:00
|
|
|
Deprecated features
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
generic-views
|