2024-10-22 18:10:25 +00:00
|
|
|
=============
|
|
|
|
How-to guides
|
|
|
|
=============
|
2008-08-23 22:25:40 +00:00
|
|
|
|
2024-10-22 18:10:25 +00:00
|
|
|
Practical guides covering common tasks and problems.
|
|
|
|
|
|
|
|
Models, data and databases
|
|
|
|
==========================
|
2008-08-23 22:25:40 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2009-03-15 05:54:28 +00:00
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
initial-data
|
|
|
|
legacy-databases
|
2024-10-22 18:10:25 +00:00
|
|
|
custom-model-fields
|
|
|
|
writing-migrations
|
|
|
|
custom-lookups
|
|
|
|
|
|
|
|
Templates and output
|
|
|
|
====================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
outputting-csv
|
|
|
|
outputting-pdf
|
2016-06-04 18:50:45 +00:00
|
|
|
overriding-templates
|
2024-10-22 18:10:25 +00:00
|
|
|
custom-template-backend
|
|
|
|
custom-template-tags
|
|
|
|
|
|
|
|
Project configuration and management
|
|
|
|
====================================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2013-03-07 19:15:39 +00:00
|
|
|
static-files/index
|
2024-10-22 18:10:25 +00:00
|
|
|
logging
|
|
|
|
error-reporting
|
2023-05-30 15:39:18 +00:00
|
|
|
delete-app
|
2008-08-23 22:25:40 +00:00
|
|
|
|
2024-10-22 18:10:25 +00:00
|
|
|
Installing, deploying and upgrading
|
|
|
|
===================================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
upgrade-version
|
|
|
|
windows
|
|
|
|
deployment/index
|
|
|
|
static-files/deployment
|
|
|
|
|
|
|
|
Other guides
|
|
|
|
============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
auth-remote-user
|
|
|
|
csrf
|
|
|
|
custom-management-commands
|
|
|
|
custom-file-storage
|
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
The `Django community aggregator`_, where we aggregate content from the
|
|
|
|
global Django community. Many writers in the aggregator write this sort of
|
|
|
|
how-to material.
|
2009-03-15 05:54:28 +00:00
|
|
|
|
2012-03-13 17:53:31 +00:00
|
|
|
.. _django community aggregator: https://www.djangoproject.com/community/
|