from django.apps import AppConfig class InmConfig(AppConfig): name = 'apps.inm' verbose_name = '库存管理' def ready(self): import apps.inm.signals