from django.apps import AppConfig class HrmConfig(AppConfig): name = 'apps.hrm' verbose_name = '人力资源管理' def ready(self): import apps.hrm.signals