Set DEBUG to False by default

This commit is contained in:
Tyler Hallada 2014-07-28 23:06:19 -04:00
parent 0175764b17
commit dbfe25f8e2

View File

@ -6,7 +6,7 @@ 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
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (