Updated the django.wsgi file for devstack.

Change-Id: Ie651717806208f0ed7e045071599d71ca05c7fbe
This commit is contained in:
Gabriel Hurley 2012-02-29 01:37:37 -08:00
parent 052aa55d34
commit 86764391bc

View File

@ -6,7 +6,7 @@ from django.conf import settings
# Add this file path to sys.path in order to import settings
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'dashboard.settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
sys.stdout = sys.stderr
DEBUG = False