index.txt 531 B

1234567891011121314151617
  1. ================
  2. Deploying Django
  3. ================
  4. Django's chock-full of shortcuts to make Web developer's lives easier, but all
  5. those tools are of no use if you can't easily deploy your sites. Since Django's
  6. inception, ease of deployment has been a major goal.
  7. .. toctree::
  8. :maxdepth: 1
  9. wsgi/index
  10. checklist
  11. If you're new to deploying Django and/or Python, we'd recommend you try
  12. :doc:`mod_wsgi </howto/deployment/wsgi/modwsgi>` first. In most cases it'll be
  13. the easiest, fastest, and most stable deployment choice.