Skip to content

fix (admin)#2

Open
knarfytrebil wants to merge 8 commits intoDmitri-Sintsov:masterfrom
knarfytrebil:master
Open

fix (admin)#2
knarfytrebil wants to merge 8 commits intoDmitri-Sintsov:masterfrom
knarfytrebil:master

Conversation

@knarfytrebil
Copy link
Copy Markdown

These lines will enable admins to see modules in the admin page.

Comment thread org_permissions/models.py
return '{} : {}'.format(str(self.organization), ' : '.join(str(perm) for perm in self.permissions.all()))
return '{}'.format(str(self.name))

class OrganizationStaffGroup(Group):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of OrganizationStaffGroup?
Why just using Django built-in Group is not enough?

@Dmitri-Sintsov
Copy link
Copy Markdown
Owner

What's the purpose of OrganizationStaffGroup?
Why using Django built-in Group is not enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants