From a8606d92e52e9135accce34b0ff934f4bc58777f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 19 Jul 2019 15:54:54 +0200 Subject: [PATCH] [fix] never set DEBUG = True in production --- 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 ff77791..a3902f9 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 = True +DEBUG = False 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 83343d6..14eb893 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 = True +DEBUG = False ADMINS = ( # ('Your Name', 'your_email@example.com'),