1from django.apps import AppConfig 2 3 4class ContentConfig(AppConfig): 5 default_auto_field = 'django.db.models.BigAutoField' 6 name = 'content' 7 8