From 68fac41dfe9a4782c62609e0acf70010e377b2eb Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 2 May 2022 16:34:58 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9bug=20Export?= 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 7cb31af..8b35263 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -36,7 +36,6 @@ CSRF_TRUSTED_ORIGINS = ['https://rh.ambulance-clerc.ch'] # Application definition INSTALLED_APPS = [ - 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', @@ -47,6 +46,7 @@ INSTALLED_APPS = [ 'collabs.apps.CollabsConfig', 'custom_admin.apps.CustomAdminConfig', 'rangefilter', + 'django.contrib.admin', ]