summaryrefslogtreecommitdiff
path: root/pv/wsgi.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-15 18:41:03 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-15 18:41:03 (GMT)
commit17f110df8c14ea258d9227d08471a4a82bfa4657 (patch)
treef2aaf3e4bbf132fa3d0fbbbafca88a420f8225a7 /pv/wsgi.py
parent1d521e1c65babb8412b4959bd476596e0aa36aa6 (diff)
parent179a462bf561dc0cb4d19133e7e3684055278296 (diff)
merged master into stable after new deployment
Diffstat (limited to 'pv/wsgi.py')
-rw-r--r--pv/wsgi.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pv/wsgi.py b/pv/wsgi.py
index 2ba7fe3..f704d30 100644
--- a/pv/wsgi.py
+++ b/pv/wsgi.py
@@ -13,9 +13,10 @@ middleware here, or combine a Django application with an application of another
framework.
"""
-import os, sys
+import os
+import sys
-sys.path.append('/var/www/pv')
+sys.path.append('/srv/pv/pv')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pv.settings")