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 2081703..3a0764b 100644
--- a/files/django.conf
+++ b/files/django.conf
@@ -1,8 +1,8 @@
# Custom Django entry for mod_python
-<Location "/everest-django/">
+<Location "/genome_django">
SetHandler python-program
PythonHandler django.core.handlers.modpython
- SetEnv DJANGO_SETTINGS_MODULE everest_django.settings
+ SetEnv DJANGO_SETTINGS_MODULE genome_django.settings
PythonDebug On
PythonPath "['/usr/local'] + sys.path"
</Location>