Skip to content

django-fluent/fluentcms-privatenotes

Repository files navigation

fluentcms-privatenotes

image

image

image

image

image

Adding Sticky-notes in the admin interface for content.

image

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published