From 27274582c52d2fc413e5d5e2673a3836e6f2461c Mon Sep 17 00:00:00 2001 From: Henrik Mildner Date: Sat, 8 Mar 2025 12:39:05 +0100 Subject: [PATCH] Weiterleitung Bibliothek --- core/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core/settings.py b/core/core/settings.py index a85af6b..f9789b6 100644 --- a/core/core/settings.py +++ b/core/core/settings.py @@ -127,4 +127,4 @@ BASE_DIR='static' #von ben8 hinzugefügt DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' -LOGIN_URL = '/login/' \ No newline at end of file +LOGIN_URL = '/account/login/' \ No newline at end of file