Merge pull request 'userga role qoshildi' (#2) from feat/users into main
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m41s
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m41s
Reviewed-on: #2
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user