userga role qoshildi

This commit is contained in:
Husanjonazamov
2026-02-12 13:23:38 +05:00
parent 346f424ce9
commit e3a306bdaa

View File

@@ -10,3 +10,6 @@ class RoleChoice(models.TextChoices):
SUPERUSER = "superuser", _("Superuser")
ADMIN = "admin", _("Admin")
USER = "user", _("User")
EVALUATOR = "evaluator", _("Evaluator")
DEALER = "dealer", _("Dealer")
CLIENT = "client", _("Client")