add new fields for auto-evalution model

This commit is contained in:
xoliqberdiyev
2026-05-05 17:07:28 +05:00
parent e665939b1b
commit 9a730fa0a3
6 changed files with 401 additions and 43 deletions

View File

@@ -6,6 +6,8 @@ class AutoObjectType(models.TextChoices):
LIGHTWEIGHT_AUTO = "lightweight_auto", _("Yengil automobil")
TRUCK_CAR = "truck_car", _("Yuk automobil")
SPECIAL_TECH = "special_tech", _("Maxsus texnika")
BUS = "bus", _("Avtobus")
MOTO = "moto", _("Mototsikl")
class AutoEvaluationStatus(models.TextChoices):