Explicitly turn off debug in tests.

This commit is contained in:
Tyson Clugg 2015-12-21 21:03:06 +11:00
parent 552cd6b30b
commit 460e1c685a

View file

@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = 'z@akz#7+cp9w!7%=%kqec79ltlzdn5p&__=(th8^&*t)vo4p35'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = True