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