Fixed broken configure
This commit is contained in:
parent
a2f2226450
commit
ed305a2c7c
|
@ -2,8 +2,8 @@ import os
|
|||
|
||||
import django
|
||||
|
||||
django.setup()
|
||||
|
||||
from .routing import application # noqa
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.production")
|
||||
|
||||
django.setup()
|
||||
|
|
Loading…
Reference in New Issue