Skip to main content

ACL (Action Control List) permission handling.

Project description

Django has a built in permissions system, but all the permissions are more directly related to models. This is meant to extend that system by adding permissions, or actions, not related specifically to models.

This also adds an ACL aspect to Django-CMS as an optional

Documentation

Add to INSTALLED APPS

Add the module to your installed apps.

INSTALLED_APS = (
    ...
    'djangoacl'
)

Template Loader

Add the new authentication backend to AUTHENTICATION_BACKENDS in settings.py

TEMPLATE_LOADERS = (
    'skin.template.loaders.filesystem.Loader',
    'skin.template.loaders.app_directories.Loader',
    'django.template.loaders.filesystem.Loader',
    'django.template.loaders.app_directories.Loader',
)

Run migrations

$ python manage.py migrate djangoacl

Add the action

Go to http://yoursite/admin/djangoacl/action/add/ and add the action.

Give the action a name. This can be pretty much anything you want but recommend no spaces or special characters. Also probably best not to use anything that matches then normal permission patters such as <action>_<model> or <model>.<action>

Make sure to add any related users or groups.

Request Permission

Request permission in the normal way using the permission_required decorator. See https://docs.djangoproject.com/en/1.8/topics/auth/default/#the-permission-required-decorator

Project details


Download files

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

Source Distribution

django-acl-0.1.3.zip (13.6 kB view details)

Uploaded Source

File details

Details for the file django-acl-0.1.3.zip.

File metadata

  • Download URL: django-acl-0.1.3.zip
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-acl-0.1.3.zip
Algorithm Hash digest
SHA256 66f7f0c39cec97e5c4fcf86567224b87b1fed88848fc697b6ae781054abd917e
MD5 a43312b7fa2107c684afb6f8cfd4d79e
BLAKE2b-256 958c692fdef5b19782af118e2f67d381d109363ec3fc44b7fe6d902930b397e8

See more details on using hashes here.

Supported by

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