Significant design change: commit data after some requests to avoid multiple database hits when using SQLALchemy

This commit is contained in:
Matt Wright
2012-08-17 13:19:40 -04:00
parent b7d71f8c59
commit a39f46854e
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ setup(
include_package_data=True,
platforms='any',
install_requires=[
'Flask>=0.8',
'Flask>=0.9',
'Flask-Login>=0.1.3',
'Flask-Principal>=0.3',
'Flask-WTF>=0.5.4',