From df74fa986f24240640f46fcf4a526dec09247e5f Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann 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(+) (limited to 'settings.py') 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-54-g00ecf o' rowspan='2'>cgit logo index : feed2imap-go
A software to convert rss feeds into mails.René 'Necoro' Neumann
aboutsummaryrefslogtreecommitdiff
path: root/internal/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0