mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 18:34:21 +02:00
Removed unused whitenoise dependency and wsgi module
This commit is contained in:
parent
fe03d08a8e
commit
a6fafad34f
3 changed files with 0 additions and 42 deletions
|
@ -317,8 +317,6 @@ FILE_UPLOAD_PERMISSIONS = 0o644
|
|||
# ------------------------------------------------------------------------------
|
||||
ROOT_URLCONF = "config.urls"
|
||||
SPA_URLCONF = "config.spa_urls"
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#wsgi-application
|
||||
WSGI_APPLICATION = "config.wsgi.application"
|
||||
ASGI_APPLICATION = "config.routing.application"
|
||||
|
||||
# This ensures that Django will be able to detect a secure connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue