Closed ddabble closed 1 year ago
[Originally created on the "Dev-Web" Trello board, by @ddabble on January 14, 2021]
This should probably not be solved by tying them to Committee or Group instances, but to specific permissions - which is how most of Django's and our code work.
Committee
Group
One possibility is to implement something similar to ContentBox.extra_change_permissions. Another is to use django-authority.
ContentBox.extra_change_permissions
django-authority
[Originally created on the "Dev-Web" Trello board, by @ddabble on January 14, 2021]
This should probably not be solved by tying them to
Committee
orGroup
instances, but to specific permissions - which is how most of Django's and our code work.One possibility is to implement something similar to
ContentBox.extra_change_permissions
. Another is to usedjango-authority
.