Turn off DEBUG for the development test setting file to avoid filling the screen with debug messages during testing.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -2,5 +2,6 @@ from __future__ import unicode_literals
|
||||
|
||||
from .base import * # NOQA
|
||||
|
||||
DEBUG = False
|
||||
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user