I've build a flask application with a sqlalchemy based db. I use the migrate script from: Link to mega tutorial But when i run this script i get a attributeError. here is a screenie from the error: Link to picture
I'll copy nathan's answer here so i can prove it right.
sqlachemy-migrate has been replaced by alembic. You should use that instead.