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

contrib-nested-django-apps, mapping migration files from nested django apps #248

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 7, 2023

  1. contrib-nested-django-apps, support migrations discovered within a su…

    …bmodule
    
    this feature requires an opt-in flag, named --resolve-nested-apps.
    enabling this flag will attempt to map migration files to
    django.apps.apps.app_configs by using both's relative path to
    self.django_path (or settings.BASE_DIR). if the app_config's relative
    path matches the migration files's parent folder's relative path, that
    is considered a match and the migration is associated with the
    app_config.label for later lookups.
    dylan-shipwell committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    96b8b00 View commit details
    Browse the repository at this point in the history