Add VIP table access to staff

This commit is contained in:
Rachid Mrad 2024-01-26 15:42:09 -05:00
parent ece81baac8
commit dcfe19dc7c
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 45 additions and 0 deletions

View file

@ -66,6 +66,11 @@ class UserGroup(Group):
"model": "userdomainrole",
"permissions": ["view_userdomainrole", "delete_userdomainrole"],
},
{
"app_label": "registrar",
"model": "veryimportantperson",
"permissions": ["add_veryimportantperson", "change_veryimportantperson", "delete_veryimportantperson"],
},
]
# Avoid error: You can't execute queries until the end