summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/django.conf8
1 files changed, 8 insertions, 0 deletions
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
+<Location "/everest-django/">
+ SetHandler python-program
+ PythonHandler django.core.handlers.modpython
+ SetEnv DJANGO_SETTINGS_MODULE everest-django.settings
+ PythonDebug On
+ PythonPath "['/usr/local/everest-django'] + sys.path"
+</Location>