СА
Size: a a a
СА
М
М
from django.conf import settings
directory = os.path.join(settings.STATIC_ROOT, '/amsauto/images/brnend/')М
directory = os.path.join(settings.STATIC_ROOT, 'amsauto/images/brnend')М
AK
ДА
STATUS_CHOICES = [
('y', 'Да'),
('n', 'Нет'),
]
СА
СА
М
СА
DT
STATUS_CHOICES = [
('y', 'Да'),
('n', 'Нет'),
]
ДА
DT
DT
DT
DT
DT
ДА
ДА
key_indicators = models.ForeignKey(
KeyIndicators,
verbose_name="Выберите основной показатель",
on_delete=models.CASCADE,
default=None
)