-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named migrations #14
Comments
It seems that it is also related to Python 2 compatibility. Unfortunately, I don't have enough time to fix this. Please, send a PR if you got it fixed. |
I just created "init.py" (no content) in app directory. That fixes. |
Hmm, but there are |
I meant putting init.py in the migrations directory. |
frol
added a commit
that referenced
this issue
Aug 1, 2016
Done. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImportError: No module named migrations when run "invoke app.run"
Need to add init.py ?
The text was updated successfully, but these errors were encountered: