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

Limitation of NDB or fixable? User.is_staff login to Admin console #101

Open
dho825 opened this issue Feb 12, 2015 · 0 comments
Open

Limitation of NDB or fixable? User.is_staff login to Admin console #101

dho825 opened this issue Feb 12, 2015 · 0 comments

Comments

@dho825
Copy link

dho825 commented Feb 12, 2015

From what I understand, the reason that users who are marked is_staff() by Django's auth models cannot log in is due to Django having a m2m relationship with Groups and Permissions and throwing the error since JOINs are not allowed.

I'm wondering if this is actually fixable in theory so that it works out of the box? Or do most people just forgo the admin console for any Users besides superusers and build their own admin portal specifically for User groups and Users with subset permissions?

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

No branches or pull requests

1 participant