from django.apps import AppConfig class SamConfig(AppConfig): name = 'apps.pm' verbose_name = '生产计划管理' def ready(self): import apps.pm.signals