from django.apps import AppConfig class DefenderAppConfig(AppConfig): name = "defender" default_auto_field = "django.db.models.AutoField"