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