from django.apps import AppConfig class TargetConfig(AppConfig): name = 'target' default_auto_field = 'django.db.models.BigAutoField'