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