mirror of
https://github.com/django/django.git
synced 2025-03-15 03:40:44 +00:00
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
30 lines
412 B
Plaintext
30 lines
412 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/index
|
|
auth
|
|
cache
|
|
conditional-view-processing
|
|
signing
|
|
email
|
|
i18n/index
|
|
logging
|
|
pagination
|
|
python3
|
|
security
|
|
serialization
|
|
settings
|
|
signals
|