From 89547a8a14ac3608c430bf9c7eea188c0b853834 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Tue, 12 Sep 2023 09:06:44 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20du=20redirect=20apr=C3=A8s=20le=20?= =?UTF-8?q?login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Reskreen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 1231001..8e3cf41 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -34,7 +34,7 @@ CSRF_TRUSTED_ORIGINS = ['https://rh.ambulance-clerc.ch'] # Application definition - +LOGIN_REDIRECT_URL = '/admin' INSTALLED_APPS = [ 'jazzmin', 'django.contrib.auth',