Added django-rules in Permissions section

This commit is contained in:
Akis Kesoglou 2015-05-05 12:21:13 +03:00
parent c6b2dadd24
commit 8f950187d7

View File

@ -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.* *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-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. * [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 ## CMS