mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-11 00:53:14 +00:00
Explicitly turn off debug in tests.
This commit is contained in:
parent
552cd6b30b
commit
460e1c685a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue