Fix WSGI
This commit is contained in:
parent
4407340a7e
commit
901b8db409
1 changed files with 1 additions and 1 deletions
|
@ -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__), '..'))
|
||||||
|
|
Loading…
Reference in a new issue