Hi everyone, I am trying to create an app in which a user can create a group and invite people to join it.
A member of a group can then add documents to the group. This is not possible for non members of a group. My question is: is the authorisation mechanism described in the book (with decorators and all...) possible/appropriate for my scenario (groups keep on being added by users) OR on the contrary is it rather only appropriate for managing application wide rights (e.g. some managers of the app, plus some editors...)? Thanks, Aurelien