Hacker News new | ask | show | jobs
by jacquesm 6144 days ago
Because it is now the preferred way of hooking up python to apache according to the Django docs, let me look it up for you....

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...