django-rules
django-rules copied to clipboard
Awesome Django authorization, without the database
I am getting this error when trying to access the view list in the admin panel: AttributeError, as no selected provider is selected when I try to access the providers...
For business reasons, I want to use a single user.has_perm() for checking if a user has any of the multiple permissions/conditions combination that could apply. To borrow from the book...
As you can see in the video the object permission in the admin doesn't work correctly https://github.com/dfunckt/django-rules/assets/53629777/df5bf17e-c32c-41b3-9250-b5278cc16a60 Used package: Django rules and Django unfold code: from rules.contrib.admin import ObjectPermissionsModelAdminMixin from...
Django 3.2 reached EOL in April 2024 https://www.djangoproject.com/download/ .
Python 3.8 reached EOL in October 2024 https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983 .