Forums

Getting a KeyError:'migrate'

I'm following the tutorial to make a website and on the migration part, but when I do 'flask db migrate' I get a KeyError: 'migrate'. I did git status and the migrations/ path has been added, and I'm not sure what's wrong.

Can you show the traceback? and also what version of python were you running, and do you have the relevant python libraries installed into that version of python?

I am following a tutorial too and I'm getting the same keyError:migrate

Can you show the full traceback of the error message?