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:
parent
05d0eca635
commit
fee75d2aed
|
@ -15,8 +15,10 @@ site to use asynchronous Python features, and asynchronous Django features as
|
||||||
they are developed.
|
they are developed.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
wsgi/index
|
wsgi/index
|
||||||
asgi/index
|
asgi/index
|
||||||
|
../static-files/deployment
|
||||||
|
../error-reporting
|
||||||
checklist
|
checklist
|
||||||
|
|
|
@ -228,7 +228,8 @@ testing of Django applications:
|
||||||
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
|
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
|
||||||
:doc:`ASGI servers <howto/deployment/asgi/index>` |
|
:doc:`ASGI servers <howto/deployment/asgi/index>` |
|
||||||
:doc:`Deploying static files <howto/static-files/deployment>` |
|
: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
|
The admin
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in New Issue