joegasewicz / flask-file-upload

Easy file uploads for Flask.
MIT License
154 stars 15 forks source link

Lazily load via checking db.Model & flask instance #111

Closed joegasewicz closed 2 years ago

joegasewicz commented 3 years ago

If and models decorated by file_upload.Model are imported before the flask-sqlalchemy is initiated then it blows up.

Potential solution: Check is the db.Model exists, if not then do nothing This is a breaking change.