Skip to content
Snippets Groups Projects
Verified Commit ed305a2c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken configure

parent a2f22264
Branches
Tags
No related merge requests found
...@@ -2,8 +2,8 @@ import os ...@@ -2,8 +2,8 @@ import os
import django import django
django.setup()
from .routing import application # noqa from .routing import application # noqa
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.production") os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.production")
django.setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment