From 2992df23743bf67229dd8be16218cd6b3de76808 Mon Sep 17 00:00:00 2001 From: Jordan OMara Date: Fri, 27 Jun 2008 14:25:58 -0400 Subject: Fixing python path issue --- files/django.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit