summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2017-02-12 11:22:31 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2017-02-12 11:22:31 +0100
commitdf74fa986f24240640f46fcf4a526dec09247e5f (patch)
tree83d355523715337f332f51aef0e88740732d82fd
parenta331460344813eb2a522eb7c34a95db9353451c2 (diff)
downloadkosten-df74fa986f24240640f46fcf4a526dec09247e5f.tar.gz
kosten-df74fa986f24240640f46fcf4a526dec09247e5f.tar.bz2
kosten-df74fa986f24240640f46fcf4a526dec09247e5f.zip
No need for flask-sqlalchemy to track modifications and send events
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
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