0

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

qLuke
  • 109
  • 12

1 Answers1

1

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.

qLuke
  • 109
  • 12