django-rest-framework-roles
django-rest-framework-roles copied to clipboard
Assign multiple roles to a user
I would like to use this library in my project, but I need to be able to assign more than one role to the same user and even assign roles given a criterion, for example: I need a user to have the role of Editor in one Department and at the same time be Reviewer in another Department. Can I get this from the library?