diff --git a/openstack_dashboard/wsgi.py b/openstack_dashboard/wsgi.py index 59f75dd683..c44d8d20cb 100644 --- a/openstack_dashboard/wsgi.py +++ b/openstack_dashboard/wsgi.py @@ -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