このドキュメントの Django のバージョンにはセキュリティ上の脆弱性があるため、すでにサポートが終了されています。新しいバージョンにアップグレードしてください!最新の Django のバージョンのドキュメントはこちら

Django v1.0 documentation

Django のデプロイ

revision-up-to:8961 (1.0)

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. There’s a number of good ways to easily deploy Django:

Deploying under mod_python is the recommended deployment method; start there if you’re not sure which path you’d like to go down.

See also

  • Chapter 20 of The Django Book discusses deployment and especially scaling in more detail.
  • mod_wsgi is a newcomer to the Python deployment world, but it’s rapidly gaining traction. Currently there’s a few hoops you have to jump through to use mod_wsgi with Django, but mod_wsgi tends to get rave reviews from those who use it.