Skip to content
Snippets Groups Projects
Commit bf78afb6 authored by Rafal Ramocki's avatar Rafal Ramocki Committed by Charu Jain
Browse files

Fixed path after moving wsgi/django.wsgi to wsgi.py

Change-Id: Ia6b1c99c277c4cd5b19deae5212c7806b4b06a23
Closes-Bug: 1791043
(cherry picked from commit 71be92dd)
parent 0037b534
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ from django.core.wsgi import get_wsgi_application
# Add this file path to sys.path in order to import settings
sys.path.insert(0, os.path.normpath(os.path.join(
os.path.dirname(os.path.realpath(__file__)), '../..')))
os.path.dirname(os.path.realpath(__file__)), '..')))
os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
sys.stdout = sys.stderr
......
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