mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +00:00
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
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.
36 lines
523 B
Text
36 lines
523 B
Text
============
|
|
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
|