I wanted my Flask app to be much clearer so i created subfolders and moved different aspects of my flask app i.e the routes, forms, models into diff python files and made use of the init file
but since i moved everything including the migrate folder into a subfolder, running flask db migrate is giving me errors
i am getting this error everytime i execute this command:
flask db migrate
Error: Path doesn't exist: 'C:\Users\HP\Desktop\Flaskblog2.0\migrations'. Please use the 'init' command to create a new scripts folder.
You can pass the
-doption with the directory that you use for your migration repository. For example: