Replies: 1 comment
-
See the documentation for instructions on how to use this package. Also see my blog post How to add Flask-Migrate to an existing project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on an existing project that already had some models, I added my own model file and when I tried to run migrate using
python manage.py db migrate,
I got the error below:FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\user\\Desktop\\Work\\exampleproject\\example-app\\migrations\\versions'
I know the error has to do with the facts that I do not have the versions folder in my project, how do I get it? what command do I run?
Beta Was this translation helpful? Give feedback.
All reactions