summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKatie McLaughlin <katie@glasnt.com>2019-09-09 18:02:33 +1000
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-09-09 10:06:58 +0200
commit1f304ebdc6ccdf42c8be96e972867981c7a0cb48 (patch)
tree5a427a696d70ed74946749901f7e01a9920ca6e7 /docs
parentfe33dd67fbdac80812177674d194f9279e572eb0 (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/index.txt4
-rw-r--r--docs/index.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt
index 8ffda2cf63..96eb8200ec 100644
--- a/docs/howto/deployment/index.txt
+++ b/docs/howto/deployment/index.txt
@@ -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.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
wsgi/index
+ ../static-files/deployment
+ ../error-reporting
checklist
If you're new to deploying Django and/or Python, we'd recommend you try
diff --git a/docs/index.txt b/docs/index.txt
index 31a641e168..6139c3e9b8 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -227,7 +227,8 @@ testing of Django applications:
:doc:`Overview <howto/deployment/index>` |
:doc:`WSGI servers <howto/deployment/wsgi/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
=========