from django.apps import AppConfig class AccountConfig(AppConfig): name = 'apps.account' verbose_name = '账户'