Update all routes to use SQLAlchemy

This commit is contained in:
2020-10-05 01:00:50 -05:00
parent af9cdf850c
commit 8ae91f7ffa
4 changed files with 168 additions and 127 deletions

View File

@ -1,5 +1,5 @@
[TYPECHECK]
ignored-modules=flask_sqlalchemy
ignored-modules=flask, flask_api, sqlalchemy
generated-members=session.*
[MESSAGES CONTROL]