Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 5m5s
CI/CD Pipeline / Run Tests (push) Failing after 5m5s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
12 lines
376 B
Python
12 lines
376 B
Python
"""Конфигурация приложения organization."""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class OrganizationConfig(AppConfig):
|
|
"""Конфигурация приложения справочника организаций."""
|
|
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.organization"
|
|
verbose_name = "Организации"
|