This commit is contained in:
Shaxobff
2026-05-04 17:41:50 +05:00
parent 9028e2f102
commit 0c622759cc
5 changed files with 30 additions and 25 deletions

View File

@@ -1,8 +0,0 @@
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")