from django.apps import AppConfig class ClientConfig(AppConfig): name = "apps.client" verbose_name = "客源管理"