Set DEBUG to False by default
This commit is contained in:
parent
0175764b17
commit
dbfe25f8e2
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user