Dive into the archives.
- Reusable django.wsgi and settings.py with Apache
Reusable solution for deploying Django in Apache Django plays with Apache very well. Using mod_wsgi is recommended to host Django apps in Apache and by my (short) experience it works fine. There are few things I did not like on all the deployment docs/manuals and it was the way how they handle the paths to [...]

