Initial commit

This commit is contained in:
ferdzo
2023-04-18 02:04:19 +02:00
commit 34f0fe7cac
21 changed files with 609 additions and 0 deletions

6
serviceCRM/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class serviceCRMconfig(AppConfig):
name = "serviceCRM"
verbose_name = "Service CRM"