Skip to content

Commit bd5d669

Browse files
author
Tim Walsh
committed
Set SQLALCHEMY_TRACK_MODIFICATIONS to False
1 parent a463718 commit bd5d669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'app.db')
55
SQLALCHEMY_MIGRATE_REPO = os.path.join(basedir, 'db_repository')
6+
SQLALCHEMY_TRACK_MODIFICATIONS = False
67

78
UPLOAD_FOLDER = 'uploads'
89
ALLOWED_EXTENSIONS = set(['xml'])

0 commit comments

Comments
 (0)