mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 19:51:54 +02:00
Fixed broken configure
This commit is contained in:
parent
a2f2226450
commit
ed305a2c7c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue