Comment déployer en mod WSGI une application développée avec Django
- en gros :
- Configurer Apache en activant mod_wsgi
- créer un script Python pour configurer notre appli pour qu'elle utilise mod_wsgi
Un peu de recherche sur le sujet
http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#howto-deployment-modwsgi
http://blog.reflectiv.net/2009/06/06/site-en-python-django-sous-apache-avec-mod_wsgi/
http://codytaylor.org/?p=14059 : Django --Quick-- Install With WSGI
http://www.ventanazul.com/webzine/tutorials/django-deployment-guide-ubuntu
http://djangodev.free.fr/blog/?p=71 : un script pour automatiser le déploiement en mod fcgi : ça peut servir d'inspiration