Na http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#howto-deployment-modwsgi čtu: Deploying Django with Apache and mod_wsgi is the recommended way to get Django into production.
z dokumentace o mod_python čtu: 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.

