We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after doing command pip install pony_up i find that the __init__.py file has gone because of that i can't import the package
__init__.py
The text was updated successfully, but these errors were encountered:
@littleboy12580 Here is how I got around that.
from pony_up.do_update import do_all_migrations do_all_migrations(bind_func, folder_path=migrations_folder, python_import=python_import)
If you look in the projects __init__.py file it is importing do_all_migrations as migrate.
do_all_migrations
migrate
Sorry, something went wrong.
I should totally have a look at that.
Improved the readme a bit.
975b1cd
Also linked #1.
I'm not sure if that means that file is missing on the pip package?
No branches or pull requests
after doing command pip install pony_up
i find that the
__init__.py
file has gonebecause of that i can't import the package
The text was updated successfully, but these errors were encountered: