add new fields for auto-evalution model
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user