How to add users in group?
I have created a group and given appropriate permissions to. But am not able to add users to that group.
Example
>>> admin
<Group: group_admin>
Now adding user to the group example text
>>> admin.user.add(test)
Traceback (most recent call last):
File "<console>", line 1, in <module>
AttributeError: 'Group' object has no attribute 'user'