This commit is contained in:
Tomas Gavenciak 2015-09-17 16:50:05 +02:00
parent 4407340a7e
commit 901b8db409

View file

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