1. Flask
1.1 How Flask Routing Works
…
2. Flask-Admin
…
3. Flask-SQLAlchemy
…
Alembic
Q1: How to clear history and run all migrations from the beginning?
A1: Following works in Vagrant,
dropdb SNEAKERBANK
createdb SNEAKERBANK
sneakerdb stamp base
sneakerdb upgrade head
Reading List
This is the blog written by the author of Flask-Admin.
A detailed tutorial about git
.