From b9260e8133d023af1b62bac465232ad95e5cafee Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 5 May 2020 07:53:16 +0200 Subject: [PATCH] Keep debug mode in a first time... --- tfjm/settings_prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjm/settings_prod.py b/tfjm/settings_prod.py index a9dd4d2..0204ed3 100644 --- a/tfjm/settings_prod.py +++ b/tfjm/settings_prod.py @@ -12,7 +12,7 @@ DATABASES = { } # Break it, fix it! -DEBUG = False +DEBUG = True # Mandatory ! ALLOWED_HOSTS = ['inscription.tfjm.org']