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