Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 3m10s
CI/CD Pipeline / Run Tests (push) Successful in 3m35s
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m26s
CI/CD Pipeline / Run Tests (pull_request) Successful in 2m46s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
10 lines
286 B
Python
10 lines
286 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExchangeConfig(AppConfig):
|
|
"""Конфигурация приложения обмена данными."""
|
|
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.exchange"
|
|
verbose_name = "Обмен данными"
|