mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
978aae4334
Thanks Lily Foote and Simon Charette for reviews and mentoring this Google Summer of Code 2024 project. Co-authored-by: Simon Charette <charette.s@gmail.com> Co-authored-by: Lily Foote <code@lilyf.org>
36 lines
514 B
Plaintext
36 lines
514 B
Plaintext
============
|
|
Using Django
|
|
============
|
|
|
|
Introductions to all the key parts of Django you'll need to know:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
db/index
|
|
http/index
|
|
forms/index
|
|
templates
|
|
class-based-views/index
|
|
migrations
|
|
files
|
|
testing/index
|
|
auth/index
|
|
cache
|
|
conditional-view-processing
|
|
composite-primary-key
|
|
signing
|
|
email
|
|
i18n/index
|
|
logging
|
|
pagination
|
|
security
|
|
performance
|
|
serialization
|
|
settings
|
|
signals
|
|
checks
|
|
external-packages
|
|
async
|