Skip to main content

Page Permissions for Leonardo CMS

Project description

Leonardo Page Permissions based on https://github.com/ebrelsford/feincms-pagepermissions

This plugin extends Leonardo Page and provide new Navigation templates which repsect your permissions.

Check whether the user has permission to view the page. If the user has any of the page’s permissions, they have permission. If the page has no set permissions, they have permission.

Installation

pip install leonardo_module_pagepermissions

or as leonardo bundle

pip install django-leonardo["pagepermissions"]

Add leonardo_module_sentry to APPS list, in the local_settings.py:

APPS = [
    ...
    'leonardo_module_pagepermissions'
    ...
]

Load new template to db

python manage.py sync_all

Read more

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

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