greyli / helloflask

Hello, Flask!
https://docs.helloflask.com
MIT License
1.87k stars 2.53k forks source link

Remove redundant code #298

Closed yuxiaoy1 closed 1 month ago

yuxiaoy1 commented 4 months ago

Flask-SQLAlchemy would automatically import db instance and Model class in flask shell since version 3.0.0

greyli commented 1 month ago

Thanks!