8 lines
210 B
Python
8 lines
210 B
Python
from django.apps import AppConfig
|
||
|
||
|
||
class PmsIntegrationConfig(AppConfig):
|
||
default_auto_field = "django.db.models.BigAutoField"
|
||
name = "pms_integration"
|
||
verbose_name = "Интеграция с PMS"
|