-
Notifications
You must be signed in to change notification settings - Fork 206
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
Superuser has no permission #65
Comments
may be you don't configured any apps? Take a look at example app. Btw, admin part of the project is not ready yet, if you want to use it: be prepared to fix everything you need. |
I have configured apps according to the example app. I also noticed that there's no permissions collection in mongodb. The code seems fine, I have no clue why it's not being created. |
I have no clue too. |
hi @ShipraShalini, same problem here, you still have no clue ? |
Hi to all! This problem is still present. Is someone knows how to fix it? |
Hi, check it yourself. Last time i tried to use admin it was working. |
@last-partizan, i have configure my app as in example provided in this repostirory. I have created superuser successfully, but when i login in admin panel, i see that i have no permissions(like on screen above) |
@Lucas63 are you sure you using correct module in urls? in the example we're using mongoadmin, which is different from default django.contrib.admin module |
When I login to django admin with super user I get the following message.
The user_permissions array is also empty in mongodb.
Is there anyway to fix this?
The text was updated successfully, but these errors were encountered: