Django Groups Manager¶
Django Groups Manager allows to manage groups based on django-mptt.
The application offers three main classes: Group, Member and GroupMember. It’s possible to map groups and members with Django’s auth models, in order to use external applcations such django-guardian to handle permissions.
The basic idea of Groups is that each Group instance could have a Group instance as parent (this relation is managed via django-mptt).
Documentation¶
Changelog¶
- 14-10-29: Initial version (0.1.0)