diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/index.txt | 4 | ||||
| -rw-r--r-- | docs/index.txt | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt index 1b2f497922..bbf53181b4 100644 --- a/docs/howto/deployment/index.txt +++ b/docs/howto/deployment/index.txt @@ -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 diff --git a/docs/index.txt b/docs/index.txt index 6d6f5528c4..64a45c876d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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 ========= |
