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