Виндсерф сгенерировал реадми
All checks were successful
Auto-Deploy-prodman / deploy (push) Successful in 10s

This commit is contained in:
2026-02-23 18:52:26 +03:00
parent 785fed4b7f
commit 8685a4ca44
6 changed files with 9274 additions and 1 deletions

View File

@@ -223,7 +223,7 @@ class Item(models.Model):
help_text="Выберите тип заготовки для этой детали"
)
weight = models.FloatField("Вес", default=0, blank=True, null=True)
weight = models.FloatField("Масса", default=0, blank=True, null=True)
class Meta:
verbose_name = "Компонент"