From dbfe25f8e25457030a8710817a2811287cb6e61a Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 28 Jul 2014 23:06:19 -0400 Subject: [PATCH] Set DEBUG to False by default --- laundry/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laundry/settings.py b/laundry/settings.py index 888c828..9d9a8c2 100644 --- a/laundry/settings.py +++ b/laundry/settings.py @@ -4,9 +4,9 @@ try: import secrets except ImportError: print "No secrets.py add it or set DATABASES and SECRET_KEY in settings.py manually." - pass # this occur only while on heroku + pass # this occur only while on heroku -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = (