cnas/server/apps/crm/apps.py

7 lines
115 B
Python

from django.apps import AppConfig
class CrmConfig(AppConfig):
name = 'crm'
verbose_name = '客户管理'