fix(settings): We use wsgi

This commit is contained in:
Tom Hubrecht 2024-09-24 22:40:53 +02:00
parent fee28c598c
commit 49f1133fed
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -90,9 +90,9 @@ TEMPLATES = [
] ]
### ###
# ASGI application configuration # WSGI application configuration
ASGI_APPLICATION = "app.asgi.application" WSGI_APPLICATION = "app.wsgi.application"
### ###
# Database configuration # Database configuration