cma_search/server/apps/crm/apps.py

6 lines
86 B
Python

from django.apps import AppConfig
class CrmConfig(AppConfig):
name = 'apps.crm'