From df74fa986f24240640f46fcf4a526dec09247e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 12 Feb 2017 11:22:31 +0100 Subject: No need for flask-sqlalchemy to track modifications and send events --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index 0effb96..d257d0e 100644 --- a/settings.py +++ b/settings.py @@ -9,3 +9,4 @@ SECRET_KEY = os.urandom(42) # database SQLALCHEMY_DATABASE_URI = "sqlite:///test.sqlite" SQLALCHEMY_ECHO = True +SQLALCHEMY_TRACK_MODIFICATIONS = False -- cgit v1.2.3