Fix wsgi settings
This commit is contained in:
parent
62da88f82e
commit
40d597a93f
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ import os
|
|||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings.dev")
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings")
|
||||
|
||||
application = get_wsgi_application()
|
||||
|
|
Reference in a new issue