edit:
from: http://docs.djangoproject.com/en/dev/howto/deployment/modpyt...
"The mod_python module for Apache can be used to deploy Django to a production server, although it has been mostly superseded by the simpler mod_wsgi deployment option."
which points you to:
http://code.djangoproject.com/wiki/django_apache_and_mod_wsg...