LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

Fix Migrations #79

Closed LowieHuyghe closed 7 years ago

LowieHuyghe commented 7 years ago

Migrations is not correctly mentioned in the documentation. Models are loaded twice because of the service provider!

LowieHuyghe commented 7 years ago

💡: Make a list in config where all models and tables are listed. This way all models and tables are loaded to be picked up by the migration command.