What's the recommended way for implementing (group)permission inheritance in Django?
What I want to accomplish is a a hierarchy of groups where subgroups inherit permissions from the parent group. I have seen 'comaie' (http://code.google.com/p/comaie-django-groups/) but that is based on 'django-mptt' and both which seem at an early development stage. Are there alternatives? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

