pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

db.create_all() doesn't create the table #68

Closed Garito closed 7 years ago

Garito commented 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!

Garito commented 7 years ago

Seems to me that I'm going to uninstall this extension an deal with sessions in another way