This is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.
- Make sure existing folder migrations is deleted. Then execute following command.
flask db init
flask db migrate
flask db upgrade
- Happy learning! Thanks.
@han