Removed unused whitenoise dependency and wsgi module

This commit is contained in:
Eliot Berriot 2019-01-11 13:51:24 +01:00
parent fe03d08a8e
commit a6fafad34f
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 0 additions and 42 deletions

View file

@ -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