mirror of https://github.com/snachodog/mybuddy.git
Use development settings for wsgi for now.
This commit is contained in:
parent
89ebf1845b
commit
b28bb0cd56
|
@ -3,6 +3,6 @@ import os
|
|||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault(
|
||||
"DJANGO_SETTINGS_MODULE", "babybuddy.settings.production")
|
||||
"DJANGO_SETTINGS_MODULE", "babybuddy.settings.development")
|
||||
|
||||
application = get_wsgi_application()
|
||||
|
|
Loading…
Reference in New Issue