mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 13:16:24 +00:00
Initial commit
This commit is contained in:
6
serviceCRM/apps.py
Normal file
6
serviceCRM/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class serviceCRMconfig(AppConfig):
|
||||
name = "serviceCRM"
|
||||
verbose_name = "Service CRM"
|
||||
Reference in New Issue
Block a user