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

@ -4,9 +4,9 @@ try:
import secrets import secrets
except ImportError: except ImportError:
print "No secrets.py add it or set DATABASES and SECRET_KEY in settings.py manually." 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 TEMPLATE_DEBUG = DEBUG
ADMINS = ( ADMINS = (