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