feat: add empty_weigh and full_weight fields for auto and mechanic rvalution models
This commit is contained in:
@@ -256,6 +256,16 @@ class MechanicAutoEvaluationModel(AbstractBaseModel):
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
full_weight = models.PositiveIntegerField(
|
||||
verbose_name=_("full weight"),
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
empty_weight = models.PositiveIntegerField(
|
||||
verbose_name=_("empty weight"),
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
|
||||
# ── Natija ───────────────────────────────────────────────────────
|
||||
rating_goal = models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user