summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2008-06-27 14:25:58 -0400
committerJordan OMara <jomara@redhat.com>2008-06-27 14:25:58 -0400
commit2992df23743bf67229dd8be16218cd6b3de76808 (patch)
tree46f9ae4acca6a4525fddcde7eb2528b2768fb491
parente7bb07183fd8b44d864a36c4d76dd379b1030a71 (diff)
downloadpuppet-django-2992df23743bf67229dd8be16218cd6b3de76808.tar.gz
puppet-django-2992df23743bf67229dd8be16218cd6b3de76808.tar.xz
puppet-django-2992df23743bf67229dd8be16218cd6b3de76808.zip
Fixing python path issue
-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>