diff --git a/core/core/settings.py b/core/core/settings.py index 490792a..7afaca6 100644 --- a/core/core/settings.py +++ b/core/core/settings.py @@ -122,3 +122,5 @@ STATIC_URL = 'static/' # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' + +LOGIN_URL = '/login/' \ No newline at end of file