1 2 3 4 5 6 7
from django.core.management.commands.makemigrations import ( Command as MakeMigrationsCommand, ) class Command(MakeMigrationsCommand): autodetector = int