Merge pull request #371 from dfunckt/master

Added django-rules in Permissions section
This commit is contained in:
Vinta 2015-05-06 01:53:37 +08:00
commit 67b11fe9c0

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.*
* [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