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:
Roberto Rosario
2018-04-03 00:19:24 -04:00
parent 73ec2f0fed
commit a5856da810

View File

@@ -2,5 +2,6 @@ from __future__ import unicode_literals
from .base import * # NOQA
DEBUG = False
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'