From 49f1133fedb15791a2aa6ae0527ce8966f17f1c0 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 24 Sep 2024 22:40:53 +0200 Subject: [PATCH] fix(settings): We use wsgi --- src/app/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/settings.py b/src/app/settings.py index 92db313..7ef813f 100644 --- a/src/app/settings.py +++ b/src/app/settings.py @@ -90,9 +90,9 @@ TEMPLATES = [ ] ### -# ASGI application configuration +# WSGI application configuration -ASGI_APPLICATION = "app.asgi.application" +WSGI_APPLICATION = "app.wsgi.application" ### # Database configuration