From 306568a40f5314f349105f16da32dcb18df0d542 Mon Sep 17 00:00:00 2001 From: Jordan OMara Date: Fri, 27 Jun 2008 12:51:29 -0400 Subject: Adding django config file for mod_python --- files/django.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/django.conf diff --git a/files/django.conf b/files/django.conf new file mode 100644 index 0000000..6501b1c --- /dev/null +++ b/files/django.conf @@ -0,0 +1,8 @@ +# Custom Django entry for mod_python + + SetHandler python-program + PythonHandler django.core.handlers.modpython + SetEnv DJANGO_SETTINGS_MODULE everest-django.settings + PythonDebug On + PythonPath "['/usr/local/everest-django'] + sys.path" + -- cgit