From 9ae4a05e365e4d6f7ced827e5a422fe070011bfe Mon Sep 17 00:00:00 2001 From: Tom Price Date: Fri, 24 Apr 2015 18:11:07 +0100 Subject: [PATCH] Disable debug again --- PyRIGS/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 5b08b96b..b54ce340 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -21,7 +21,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') SECRET_KEY = 'gxhy(a#5mhp289_=6xx$7jh=eh$ymxg^ymc+di*0c*geiu3p_e' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = True