Skip to content
Snippets Groups Projects
Commit 30f04220 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

added project path to wsgi python path

parent c95ec9e6
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,9 @@ middleware here, or combine a Django application with an application of another ...@@ -13,7 +13,9 @@ middleware here, or combine a Django application with an application of another
framework. framework.
""" """
import os import os, sys
sys.path.append('/var/www/pv/helsinki')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helsinki.settings") os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helsinki.settings")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment