From 5857342ebb19ed6e3507640c9f6d2df884407187 Mon Sep 17 00:00:00 2001 From: Brian Moe <bmoe@gravity.phys.uwm.edu> Date: Tue, 4 Aug 2009 12:29:55 -0500 Subject: [PATCH] Changed debug mode to false. On failures, users will get nicer looking messages and admins will get email. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 67740dd45..978c5104a 100644 --- a/settings.py +++ b/settings.py @@ -1,6 +1,6 @@ # Django settings for gracedb project. -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( -- GitLab