mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 21:16:24 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class serviceCRMconfig(AppConfig):
|
|
name = "serviceCRM"
|
|
verbose_name = "Service CRM"
|