cbma_expert/ce_server/apps/expert/apps.py

7 lines
123 B
Python

from django.apps import AppConfig
class ExpertConfig(AppConfig):
name = 'apps.expert'
verbose_name = '专家库'