Fixed #30767 -- Improved references to deployment documentation.

* Increased tocdepth to expose more complexity of topics.
* Ensured deployment checklist is linked on main doc page.
This commit is contained in:
Katie McLaughlin 2019-09-09 18:02:33 +10:00 committed by Carlton Gibson
parent 05d0eca635
commit fee75d2aed
2 changed files with 5 additions and 2 deletions

View File

@ -15,8 +15,10 @@ site to use asynchronous Python features, and asynchronous Django features as
they are developed.
.. toctree::
:maxdepth: 1
:maxdepth: 2
wsgi/index
asgi/index
../static-files/deployment
../error-reporting
checklist

View File

@ -228,7 +228,8 @@ testing of Django applications:
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
:doc:`ASGI servers <howto/deployment/asgi/index>` |
:doc:`Deploying static files <howto/static-files/deployment>` |
:doc:`Tracking code errors by email <howto/error-reporting>`
:doc:`Tracking code errors by email <howto/error-reporting>` |
:doc:`Deployment checklist <howto/deployment/checklist>`
The admin
=========