In Django (when using django.contrib.auth) may I add a Group
to another Group
? Ie a a Group
be a member of another Group
?
If so how do I do this? I add User
s to a Group
using the user_set
, but from what I gather the default Group
model does not have a many to many to it self.
Docs: https://docs.djangoproject.com/en/1.7/topics/auth/default/#groups
The native Django doesn't provide this opportunity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With