from django.apps import AppConfig class WorkflowConfig(AppConfig): name = 'apps.workflow' verbose_name = '工作流'