This commit is contained in:
Shaxobff
2026-05-01 16:54:38 +05:00
parent f53125cfdc
commit feecb580c1
11 changed files with 239 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
from django.db import models
from django.utils.translation import gettext_lazy as _
class EvaluationCategory(models.TextChoices):
AUTO = "auto_transport", _("Avtotransport")
REAL_ESTATE = "real estate", _("ko'chmas mulk")
EQUIPMENT = "equipment", _("uskuna va jihozlar")