Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

flask migrate is missing from requirements.txt #1

Open
ShalbafZadeh opened this issue Jun 28, 2016 · 0 comments
Open

flask migrate is missing from requirements.txt #1

ShalbafZadeh opened this issue Jun 28, 2016 · 0 comments

Comments

@ShalbafZadeh
Copy link

after installing packages from requirements file when i try to run app i get this error:

(test) [reza:~/Code/python/EasyCRM]$ python manage.py runserver          (master) 
Traceback (most recent call last):
  File "manage.py", line 3, in <module>
    from flask_migrate import Migrate, MigrateCommand
ImportError: No module named flask_migrate

requirements.txt
it could be solved by adding flask_migrate in

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant