mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Restructured how-to docs landing page.
Previously, this was a bare list of sub-pages, not in any discernible order, and hard to parse. Now the sub-pages are grouped in sections by topic. It's unlikely to be the final word on how this material is arranged, but it's a clear improvement on the existing arrangement and provides a good basis for next steps.
This commit is contained in:
parent
df6013b2b4
commit
dd0a116b93
@ -1,11 +1,57 @@
|
|||||||
===============
|
=============
|
||||||
"How-to" guides
|
How-to guides
|
||||||
===============
|
=============
|
||||||
|
|
||||||
Here you'll find short answers to "How do I....?" types of questions. These
|
Practical guides covering common tasks and problems.
|
||||||
how-to guides don't cover topics in depth -- you'll find that material in the
|
|
||||||
:doc:`/topics/index` and the :doc:`/ref/index`. However, these guides will help
|
Models, data and databases
|
||||||
you quickly accomplish common tasks.
|
==========================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
initial-data
|
||||||
|
legacy-databases
|
||||||
|
custom-model-fields
|
||||||
|
writing-migrations
|
||||||
|
custom-lookups
|
||||||
|
|
||||||
|
Templates and output
|
||||||
|
====================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
outputting-csv
|
||||||
|
outputting-pdf
|
||||||
|
overriding-templates
|
||||||
|
custom-template-backend
|
||||||
|
custom-template-tags
|
||||||
|
|
||||||
|
Project configuration and management
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
static-files/index
|
||||||
|
logging
|
||||||
|
error-reporting
|
||||||
|
delete-app
|
||||||
|
|
||||||
|
Installing, deploying and upgrading
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
upgrade-version
|
||||||
|
windows
|
||||||
|
deployment/index
|
||||||
|
static-files/deployment
|
||||||
|
|
||||||
|
Other guides
|
||||||
|
============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
@ -13,25 +59,7 @@ you quickly accomplish common tasks.
|
|||||||
auth-remote-user
|
auth-remote-user
|
||||||
csrf
|
csrf
|
||||||
custom-management-commands
|
custom-management-commands
|
||||||
custom-model-fields
|
|
||||||
custom-lookups
|
|
||||||
custom-template-backend
|
|
||||||
custom-template-tags
|
|
||||||
custom-file-storage
|
custom-file-storage
|
||||||
deployment/index
|
|
||||||
upgrade-version
|
|
||||||
error-reporting
|
|
||||||
initial-data
|
|
||||||
legacy-databases
|
|
||||||
logging
|
|
||||||
outputting-csv
|
|
||||||
outputting-pdf
|
|
||||||
overriding-templates
|
|
||||||
static-files/index
|
|
||||||
static-files/deployment
|
|
||||||
windows
|
|
||||||
writing-migrations
|
|
||||||
delete-app
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user