Skip to main content

Django application for managing object level permissions and generic groups

Project description

=====
Protector
=====

Protector is used for managing object level permissions performance efficient way.
It supports queryset filtering by permission.
Also it allow every object in your project to behave as a user group. i.e. adding permissions and users with roles

Quick start
-----------

1. Add "protector" to your INSTALLED_APPS setting::

INSTALLED_APPS = (
...
'protector',
)

3. Run `python manage.py migrate` to create the protector models.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django-protector-0.1.1.tar.gz (10.8 kB view hashes)

Uploaded Source

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