cnas/server/apps/financial/apps.py

7 lines
121 B
Python

from django.apps import AppConfig
class CrmConfig(AppConfig):
name = 'financial'
verbose_name = '财务管理'