Browse Source

Fix WSGI

remotes/origin/noc
Tomas Gavenciak 9 years ago
parent
commit
901b8db409
  1. 2
      mamweb/wsgi.py

2
mamweb/wsgi.py

@ -7,7 +7,7 @@ For more information on this file, see
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
"""
import sys, os, os.path
import sys, os, os.path, traceback, time
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mamweb.settings")
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

Loading…
Cancel
Save