1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/topics/index.txt
Jannis Leidel c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
2012-06-11 10:40:23 +02:00

30 lines
406 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
templates
class-based-views/index
files
testing
auth
cache
conditional-view-processing
signing
email
i18n/index
logging
pagination
python3
security
serialization
settings
signals