Skip to main content

Private sticky notes in the admin of django-fluent-contents

Project description

fluentcms-privatenotes

https://img.shields.io/travis/django-fluent/fluentcms-privatenotes/master.svg?branch=master https://img.shields.io/pypi/v/fluentcms-privatenotes.svg https://img.shields.io/badge/wheel-yes-green.svg https://img.shields.io/pypi/l/fluentcms-privatenotes.svg https://img.shields.io/codecov/c/github/django-fluent/fluentcms-privatenotes/master.svg

Adding Sticky-notes in the admin interface for content.

https://raw.githubusercontent.com/django-fluent/fluentcms-privatenotes/master/docs/images/fluentcms-privatenotes.png

Installation

First install the module, preferably in a virtual environment. It can be installed from PyPI:

pip install fluentcms-privatenotes

First make sure the project is configured for django-fluent-contents.

Then add the following settings:

INSTALLED_APPS += (
    'fluentcms_privatenotes',
)

FLUENT_CONTENTS_PLACEHOLDER_CONFIG = {
    'slot name': {
        'plugins': ('PrivateNotesPlugin', ...),
    },
}

The database tables can be created afterwards:

./manage.py migrate

Contributing

If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)

Supported by

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