mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 02:29:59 +02:00
Replaced gunicorn with daphne
This commit is contained in:
parent
8dea9130af
commit
7f7a62cfa2
6 changed files with 13 additions and 9 deletions
8
api/config/asgi.py
Normal file
8
api/config/asgi.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import django
|
||||
import os
|
||||
|
||||
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