1
0
mirror of https://github.com/django/django.git synced 2025-09-17 22:49:35 +00:00
django/docs/topics/index.txt
Jake Howard 4289966d1b Fixed #35859 -- Added background Tasks framework interface.
This work implements what was defined in DEP 14
(https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst).

Thanks to Raphael Gaschignard, Eric Holscher, Ran Benita, Sarah Boyce,
Jacob Walls, and Natalia Bidart for the reviews.
2025-09-16 17:28:32 -03:00

37 lines
523 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
tasks