Skip to content

No obvious way to use a glob or regexp pattern in exclude #61

@the9000

Description

@the9000

With many Django apps in one project, one usually has a lot of auto-generated DB migrations, each under its own app directory. It looks like so:

apps/foo/migrations/...
apps/bar/migrations/...

It would be great to be able to match them in one exclude pattern, like apps/*/migrations, or, **/migrations/, or even just /migrations/.

None of these appears to work right now; the only to list every app explicitly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions