mirror of
https://github.com/django/django.git
synced 2025-07-12 21:59:12 +00:00
[2.2.x] Fixed #30767 -- Improved references to deployment documentation.
* Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. Backport of fee75d2aed4e58ada6567c464cfd22e89dc65f4a from master.
This commit is contained in:
parent
fe33dd67fb
commit
1f304ebdc6
@ -7,9 +7,11 @@ those tools are of no use if you can't easily deploy your sites. Since Django's
|
|||||||
inception, ease of deployment has been a major goal.
|
inception, ease of deployment has been a major goal.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
wsgi/index
|
wsgi/index
|
||||||
|
../static-files/deployment
|
||||||
|
../error-reporting
|
||||||
checklist
|
checklist
|
||||||
|
|
||||||
If you're new to deploying Django and/or Python, we'd recommend you try
|
If you're new to deploying Django and/or Python, we'd recommend you try
|
||||||
|
@ -227,7 +227,8 @@ testing of Django applications:
|
|||||||
:doc:`Overview <howto/deployment/index>` |
|
:doc:`Overview <howto/deployment/index>` |
|
||||||
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
|
:doc:`WSGI servers <howto/deployment/wsgi/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…
x
Reference in New Issue
Block a user