Skip to main content

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

Project description

Django Object Permissions 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 integration

This is a proof-of-concept right now and we are looking for feedback for tweaks in implementation or new ideas to implement.

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

objectpermissions-0.3.tar.gz (252.4 kB view details)

Uploaded Source

File details

Details for the file objectpermissions-0.3.tar.gz.

File metadata

File hashes

Hashes for objectpermissions-0.3.tar.gz
Algorithm Hash digest
SHA256 31e70ae7f5a39ea23a3fe179cc9a457e7b4238f65ac02d6406c2814471294a3f
MD5 634c21bbbd721c5ceec59e74b8a8e8ed
BLAKE2b-256 3f5b13ea9dac32a662f05315b20d691501be150ed46830b6099785eb1fa380df

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page