Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (admin) #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

knarfytrebil
Copy link

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

return '{} : {}'.format(str(self.organization), ' : '.join(str(perm) for perm in self.permissions.all()))
return '{}'.format(str(self.name))

class OrganizationStaffGroup(Group):
Copy link
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
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