Fix flake8 E305 errors.

This commit is contained in:
Aaron Tan
2016-11-15 16:32:27 -05:00
parent 831b67ce7f
commit 473ed016de
34 changed files with 45 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ def is_testing(argv=None):
def IS_TESTING(argv=None):
return is_testing(argv)
DEBUG = True
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = DEBUG