1from django.apps import AppConfig 2 3 4class CoreConfig(AppConfig): 5 default_auto_field = "django.db.models.BigAutoField" 6 name = "core"