Skip to content
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

Improve migrate script even further #23

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paradoxxxzero
Copy link

This PR superseeds #18 and improves it even further by allowing special migrations in custom_all:

These special migrations are as follow:

  • pre-global.py : Run at base pre-migrate
  • pre-global-module_name.py : Run at module_name pre-migrate
  • post-global.py : Run at base post-migrate
  • post-global-module_name.py : Run at module_name post-migrate

This also uses pathlib now instead of os path functions.

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

Successfully merging this pull request may close these issues.

1 participant