do not print sql queries in test mode

This commit is contained in:
Martin
2016-08-19 11:41:28 +02:00
parent d01d097c0d
commit 519a793858
+1
View File
@@ -5,3 +5,4 @@ PRESERVE_CONTEXT_ON_EXCEPTION = False
ESALES_URL = '' ESALES_URL = ''
TESTING = True TESTING = True
DEBUG = True DEBUG = True
SQLALCHEMY_ECHO = False