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