* Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. Backport of fee75d2aed4e58ada6567c464cfd22e89dc65f4a from master.
20 lines
583 B
Plaintext
20 lines
583 B
Plaintext
================
|
|
Deploying Django
|
|
================
|
|
|
|
Django's chock-full of shortcuts to make Web developer's lives easier, but all
|
|
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: 2
|
|
|
|
wsgi/index
|
|
../static-files/deployment
|
|
../error-reporting
|
|
checklist
|
|
|
|
If you're new to deploying Django and/or Python, we'd recommend you try
|
|
:doc:`mod_wsgi </howto/deployment/wsgi/modwsgi>` first. In most cases it'll be
|
|
the easiest, fastest, and most stable deployment choice.
|