From 3c9ab886c20a29ffba7f19897361a414c19a6f2b Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 15 Mar 2022 10:55:42 -0400 Subject: [PATCH] Forgot to rename alias to steering --- steering/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steering/wsgi.py b/steering/wsgi.py index 89cf8694..4ef8b8cc 100644 --- a/steering/wsgi.py +++ b/steering/wsgi.py @@ -11,6 +11,6 @@ import os from django.core.wsgi import get_wsgi_application -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "alias.settings") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "steering.settings") application = get_wsgi_application() -- GitLab