Fixed broken configure

This commit is contained in:
Eliot Berriot 2018-06-10 18:59:40 +02:00
parent a2f2226450
commit ed305a2c7c
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 2 additions and 2 deletions

View File

@ -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()