summaryrefslogtreecommitdiff
path: root/helsinki/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'helsinki/wsgi.py')
-rw-r--r--helsinki/wsgi.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/helsinki/wsgi.py b/helsinki/wsgi.py
index 3d00c6a..36d57d6 100644
--- a/helsinki/wsgi.py
+++ b/helsinki/wsgi.py
@@ -13,7 +13,9 @@ middleware here, or combine a Django application with an application of another
framework.
"""
-import os
+import os, sys
+
+sys.path.append('/var/www/pv/helsinki')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helsinki.settings")