This commit is contained in:
Rachid Mrad 2024-08-01 14:26:13 -04:00
parent aedb05dd34
commit 3e70b344e3
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

View file

@ -64,7 +64,7 @@ class User(AbstractUser):
class UserPortfolioRoleChoices(models.TextChoices):
"""
Roles make it easier for admins to look at groups of users
Roles are containers of UserPortfolioPermissionChoices
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"