summaryrefslogtreecommitdiff
path: root/tests/check_framework/custom_commands_app/management/commands/makemigrations.py
blob: a6494cba4cb8d112a0a33fce77a83a330dda44e6 (plain)
1
2
3
4
5
6
7
from django.core.management.commands.makemigrations import (
    Command as MakeMigrationsCommand,
)


class Command(MakeMigrationsCommand):
    autodetector = int