Skip to content

Commit

Permalink
Merge pull request vinta#69 from neuman/master
Browse files Browse the repository at this point in the history
added carteblanche
  • Loading branch information
vinta committed Jul 8, 2014
2 parents 52c4ab8 + 60be9e3 commit 286b6cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Database Drivers](#database-drivers)
- [ORM](#orm)
- [Web Frameworks](#web-frameworks)
- [Permissions](#permissions)
- [CMS](#cms)
- [RESTful API](#restful-api)
- [Authentication and OAuth](#authentication-and-oauth)
Expand Down Expand Up @@ -322,6 +323,13 @@ long, literate-programming-style documentation generator.
* [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, created by the Zope community and formerly known as Zope 3.
* [guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C.

## Permissions

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

*Content management systems*
Expand Down

0 comments on commit 286b6cb

Please sign in to comment.