2008-08-24 06:25:40 +08:00
|
|
|
"How-to" guides
|
|
|
|
===============
|
|
|
|
|
|
|
|
Here you'll find short answers to "How do I....?" types of questions. These
|
|
|
|
how-to guides don't cover topics in depth -- you'll find that material in the
|
2010-08-20 03:27:44 +08:00
|
|
|
:doc:`/topics/index` and the :doc:`/ref/index`. However, these guides will help
|
2008-08-24 06:25:40 +08:00
|
|
|
you quickly accomplish common tasks.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2009-03-15 13:54:28 +08:00
|
|
|
|
2008-08-24 06:25:40 +08:00
|
|
|
apache-auth
|
2009-03-15 13:54:28 +08:00
|
|
|
auth-remote-user
|
2008-08-24 06:25:40 +08:00
|
|
|
custom-management-commands
|
|
|
|
custom-model-fields
|
|
|
|
custom-template-tags
|
|
|
|
custom-file-storage
|
|
|
|
deployment/index
|
|
|
|
error-reporting
|
|
|
|
initial-data
|
2010-02-16 20:12:53 +08:00
|
|
|
i18n
|
2008-08-26 23:52:21 +08:00
|
|
|
jython
|
2008-08-24 06:25:40 +08:00
|
|
|
legacy-databases
|
|
|
|
outputting-csv
|
|
|
|
outputting-pdf
|
|
|
|
static-files
|
|
|
|
|
|
|
|
.. 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 13:54:28 +08:00
|
|
|
|
|
|
|
.. _django community aggregator: http://www.djangoproject.com/community/
|