2016-01-03 10:56:22 +00:00
|
|
|
================
|
2008-08-23 22:25:40 +00:00
|
|
|
Deploying Django
|
|
|
|
================
|
|
|
|
|
2010-10-09 08:12:50 +00:00
|
|
|
Django's chock-full of shortcuts to make Web developer's lives easier, but all
|
2008-08-23 22:25:40 +00:00
|
|
|
those tools are of no use if you can't easily deploy your sites. Since Django's
|
2015-06-05 08:36:42 +00:00
|
|
|
inception, ease of deployment has been a major goal.
|
2008-08-23 22:25:40 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2010-08-19 19:27:44 +00:00
|
|
|
|
2011-10-22 04:30:10 +00:00
|
|
|
wsgi/index
|
2013-03-17 17:21:05 +00:00
|
|
|
checklist
|
2010-08-19 19:27:44 +00:00
|
|
|
|
2009-03-31 19:34:25 +00:00
|
|
|
If you're new to deploying Django and/or Python, we'd recommend you try
|
2011-10-22 04:30:10 +00:00
|
|
|
:doc:`mod_wsgi </howto/deployment/wsgi/modwsgi>` first. In most cases it'll be
|
2011-06-16 16:34:12 +00:00
|
|
|
the easiest, fastest, and most stable deployment choice.
|