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

Unexpected permisions for each model #776

Open
mihalt opened this issue May 6, 2022 · 1 comment
Open

Unexpected permisions for each model #776

mihalt opened this issue May 6, 2022 · 1 comment

Comments

@mihalt
Copy link

mihalt commented May 6, 2022

Hi! I read your documentation. After I installed your app, new users wasn't able to see anything in Admin panel. As I understood later there are a lot of permissions per each model, which are installed automatically. I found them form superuser admin panel on Users model objects. It looks something like that (goods — my app, activation system — model on screenshot for example)
изображение

And without Can view (model name) permission my customers even can't see anything by /admin/ url.

Explain me, please, or give url in your documentation, how to work correctly with this permissions? By what principles they are created, how can I get them for all my project?

@kmmbvnr
Copy link

kmmbvnr commented May 7, 2024

Those permissions are default Django behaviour. And documented in Django docs.

You could check Django related articles, like this one https://testdriven.io/blog/django-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

2 participants