summaryrefslogtreecommitdiffstats
path: root/files/django.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/django.conf')
-rw-r--r--files/django.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/django.conf b/files/django.conf
index 6501b1c..298900f 100644
--- a/files/django.conf
+++ b/files/django.conf
@@ -2,7 +2,7 @@
<Location "/everest-django/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
- SetEnv DJANGO_SETTINGS_MODULE everest-django.settings
+ SetEnv DJANGO_SETTINGS_MODULE everest_django.settings
PythonDebug On
- PythonPath "['/usr/local/everest-django'] + sys.path"
+ PythonPath "['/usr/local/everest_django'] + sys.path"
</Location>