summaryrefslogtreecommitdiff
path: root/config/wsgi.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2017-09-23 16:48:54 -0500
committerluxagraf <sng@luxagraf.net>2017-09-23 16:48:54 -0500
commit821fc221c86cd0630042aecc4bb6cddd9464208b (patch)
tree8c3479b1315deeb55e78886ccbe1b9583f90ddbc /config/wsgi.py
parentef2fbc67a923e4d39f0497943c11dc1eaeb74f5d (diff)
pulled in changes on arch server
Diffstat (limited to 'config/wsgi.py')
-rw-r--r--config/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wsgi.py b/config/wsgi.py
index 8db4170..cc7e144 100644
--- a/config/wsgi.py
+++ b/config/wsgi.py
@@ -15,7 +15,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
sys.stdout = sys.stderr
SERVER_ROOT = abspath(dirname(dirname(__file__)))+'/'
# Tell wsgi to add the Python site-packages to it's path.
-site.addsitedir(SERVER_ROOT+'venv/lib/python3.4/site-packages')
+site.addsitedir(SERVER_ROOT+'venv/lib/python3.6/site-packages')
sys.path = [SERVER_ROOT,] + sys.path
sys.path.insert(0, os.path.join(SERVER_ROOT, "app"))
sys.path.insert(0, os.path.join(SERVER_ROOT, "app/lib"))