Christopher Penkin
Results
3
comments of
Christopher Penkin
Also needed this feature today :)
@littleboy12580 Here is how I got around that. ```python 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...
Anyone have a solution to this?