from django.apps import AppConfig class DocConfig(AppConfig): name = 'apps.doc' verbose_name = '文件'