From c468eb782582eb53a1445c969d46a78ecd582edb Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 2 Feb 2021 19:30:26 +0000 Subject: [PATCH] change login url --- fet2020/fet2020/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index 3d5eae0d..575fb8d4 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -250,3 +250,6 @@ EMAIL_USE_TLS = True CRONJOBS = [ ("0 16 * * *", "posts.cronjobs.check_to_send_agenda_mail"), ] + +# AUTHENTICATIONS +LOGIN_URL = '/auth/login'