django-objectpermissions

A method for adding object-level or row-level permissions
Download

django-objectpermissions Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Corey Oordt, The Washington Times
  • Publisher web site:
  • http://washingtontimes.com

django-objectpermissions Tags


django-objectpermissions Description

A method for adding object-level or row-level permissions django-objectpermissions is a way to add a custom set of user-object or group-object permissions. It does not replace Django's built-in permissions. Instead it augments them by adding additional ways to manage access to specific objects.You can add object permissions to existing apps (e.g. Flat Pages) without modifying the app's code, or build it into your own application.It uses an efficient method of storing permissions; it requires only one row per user-object combination, regardless of the number of permissions granted.Our initial goals were pretty simple (in thought, not necessarily in deed): * Have an easy way to set read/write/owner permissions on an object or row * Easy to discover if a given user has a level of permission * Customizable permissions by model * Admin viewing/editing integrationThis is a proof-of-concept right now and we are looking for feedback for tweaks in implementation or new ideas to implement. Requirements: · Python · Django


django-objectpermissions Related Software