obscure config parameter added to test config

This commit is contained in:
Martin
2016-06-30 16:26:24 +02:00
parent fdd7dfad1e
commit 9a96e72fe6
+1
View File
@@ -1,4 +1,5 @@
SQLALCHEMY_DATABASE_URI = 'sqlite://'
SQLALCHEMY_TRACK_MODIFICATIONS = True
PRESERVE_CONTEXT_ON_EXCEPTION = False
TESTING=True
DEBUG = True