mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:29:16 +02:00
See #297: sorted config imports
This commit is contained in:
parent
799386c2b6
commit
ab80dffeea
7 changed files with 14 additions and 19 deletions
|
@ -1,8 +1,9 @@
|
|||
import django
|
||||
import os
|
||||
|
||||
import django
|
||||
|
||||
from .routing import application
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.production")
|
||||
|
||||
django.setup()
|
||||
|
||||
from .routing import application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue