summaryrefslogtreecommitdiff
path: root/pv/wsgi.py
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-23 18:02:40 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-23 18:02:40 (GMT)
commitf136e6bb921b424692e7f29c93cfbf804622d47f (patch)
tree6d960430fed69d777913b6278b25c86d73b88970 /pv/wsgi.py
parent4590065b6ca9d7698c22277a4da1505486c8b637 (diff)
parent902cc6cfbef3f50268f73dc8690295bf2d556e30 (diff)
Merge branch 'master' of https://github.com/nnrcschmdt/helsinki
Diffstat (limited to 'pv/wsgi.py')
-rw-r--r--pv/wsgi.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pv/wsgi.py b/pv/wsgi.py
index c51af8c..e5b7531 100644
--- a/pv/wsgi.py
+++ b/pv/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", "pv.settings")