mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Added django-rules in Permissions section
This commit is contained in:
parent
c6b2dadd24
commit
8f950187d7
|
@ -446,6 +446,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries that allow or deny users access to data or functionality.*
|
||||
|
||||
* [django-guardian](https://github.com/lukaszb/django-guardian) - Implementation of per object permissions for Django 1.2+
|
||||
* [django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks.
|
||||
* [Carteblanche](http://www.github.com/neuman/python-carteblanche/) - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
|
||||
|
||||
## CMS
|
||||
|
|
Loading…
Reference in New Issue
Block a user