from django.apps import AppConfig class TenantConfig(AppConfig): name = "apps.tenant" verbose_name = "租户管理"