django-rules
Awesome Django authorization, without the database (by dfunckt)
Carteblanche
Module to align code with thoughts of users and designers. Also magically handles navigation and permissions. (by neuman)
django-rules | Carteblanche | |
---|---|---|
3 | - | |
1,934 | 38 | |
0.5% | - | |
5.5 | 0.0 | |
12 months ago | about 10 years ago | |
Python | Python | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-rules
Posts with mentions or reviews of django-rules.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-30.
-
Permissions (access control) in web apps
https://github.com/dfunckt/django-rules A generic, approachable open source framework for building rule-based systems in Django (Python).
-
Specific Object level permissions setup
imo the most feature rich and granular object level permissions can be implemented using django-rules. They work with django admin, drf, views, cbv and are pretty simple to set up and use.
-
Do you use Django permissions?
Check out the django-rules package.
Carteblanche
Posts with mentions or reviews of Carteblanche.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Carteblanche yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing django-rules and Carteblanche you can also consider the following projects:
django-guardian - Per object permissions for Django
oso - Deprecated: See README
restframework-serializer-permissions - Drop in replacement for Django Restframework Serializers to add permission based field serialization.
easyauth - Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.