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