mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
0fcb094557
This patch is the result of the work of many people, over many years. To try and thank individuals would inevitably lead to many people being left out or forgotten -- so rather than try to give a list that will inevitably be incomplete, I'd like to thank *everybody* who contributed in any way, big or small, with coding, testing, feedback and/or documentation over the multi-year process of getting this into trunk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
37 lines
502 B
Plaintext
37 lines
502 B
Plaintext
Using Django
|
|
============
|
|
|
|
Introductions to all the key parts of Django you'll need to know:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
install
|
|
db/index
|
|
http/index
|
|
forms/index
|
|
forms/modelforms
|
|
templates
|
|
class-based-views
|
|
generic-views-migration
|
|
files
|
|
testing
|
|
auth
|
|
cache
|
|
conditional-view-processing
|
|
email
|
|
i18n/index
|
|
logging
|
|
pagination
|
|
serialization
|
|
settings
|
|
signals
|
|
|
|
Deprecated features
|
|
-------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
generic-views
|