This commit is contained in:
8
backend/modules/crm/apps.py
Normal file
8
backend/modules/crm/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# /backend/modules/crm/apps.py
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
class FleetConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'modules.crm'
|
||||
verbose_name = "Customer Relationship Management"
|
||||
Reference in New Issue
Block a user