from django.apps import AppConfig class RegionConfig(AppConfig): name = "apps.region" verbose_name = "区域管理"