fluentcms-privatenotes

Adding Sticky-notes in the admin interface for content.

_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. :-)