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 ` | :doc:`WSGI servers ` | :doc:`Deploying static files ` | - :doc:`Tracking code errors by email ` + :doc:`Tracking code errors by email ` | + :doc:`Deployment checklist ` The admin =========