from django.apps import AppConfig class AccountConfig(AppConfig): name = "apps.account" verbose_name = "登录认证"