Closed Garito closed 7 years ago
I'm using flask-sqlalchemy and sqlite file and when I create the database with typical db.create_all() all tables are created but sessions
What I'm missing?
Thanks!
Seems to me that I'm going to uninstall this extension an deal with sessions in another way
I'm using flask-sqlalchemy and sqlite file and when I create the database with typical db.create_all() all tables are created but sessions
What I'm missing?
Thanks!