From 46b58a85b6d700a217ba52af7629e04c282e9e6b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Wed, 31 Jul 2019 09:33:49 +0200 Subject: [PATCH] Revert "Set DEBUG to False" --- conf/settings_history/settings.3.6.1.py | 2 +- conf/settings_history/settings.3.7.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings_history/settings.3.6.1.py b/conf/settings_history/settings.3.6.1.py index a3902f9..ff77791 100644 --- a/conf/settings_history/settings.3.6.1.py +++ b/conf/settings_history/settings.3.6.1.py @@ -27,7 +27,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = False +DEBUG = True ADMINS = ( # ('Your Name', 'your_email@example.com'), diff --git a/conf/settings_history/settings.3.7.py b/conf/settings_history/settings.3.7.py index 14eb893..83343d6 100644 --- a/conf/settings_history/settings.3.7.py +++ b/conf/settings_history/settings.3.7.py @@ -28,7 +28,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = False +DEBUG = True ADMINS = ( # ('Your Name', 'your_email@example.com'),