From 6b81c1ddcc6c563d08c718b6630230057c9a82c3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 22 Aug 2019 22:30:09 +0200 Subject: [PATCH] Disable DEBUG in production --- conf/settings_history/settings.3.8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/settings_history/settings.3.8.py b/conf/settings_history/settings.3.8.py index 4e4a608..354e703 100644 --- a/conf/settings_history/settings.3.8.py +++ b/conf/settings_history/settings.3.8.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'),