fluentcms-privatenotes


Namefluentcms-privatenotes JSON
Version 3.0 PyPI version JSON
download
home_pagehttps://github.com/edoburu/fluentcms-privatenotes
SummaryPrivate sticky notes in the admin of django-fluent-contents
upload_time2023-01-30 16:03:47
maintainer
docs_urlNone
authorDiederik van der Boor
requires_python
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            fluentcms-privatenotes
======================

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

Adding Sticky-notes in the admin interface for content.

.. image:: https://raw.githubusercontent.com/django-fluent/fluentcms-privatenotes/master/docs/images/fluentcms-privatenotes.png
   :width: 954
   :height: 477


Installation
============

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

.. code-block:: bash

    pip install fluentcms-privatenotes

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

Then add the following settings:

.. code-block:: python

    INSTALLED_APPS += (
        'fluentcms_privatenotes',
    )

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

The database tables can be created afterwards:

.. code-block:: bash

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

.. _django-fluent-contents: https://github.com/django-fluent/django-fluent-contents



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edoburu/fluentcms-privatenotes",
    "name": "fluentcms-privatenotes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Diederik van der Boor",
    "author_email": "opensource@edoburu.nl",
    "download_url": "https://files.pythonhosted.org/packages/0a/0b/2a9deab8c9ce6124c693d58d250321f232054fcfa0bf2fe0824f0bfad183/fluentcms-privatenotes-3.0.tar.gz",
    "platform": null,
    "description": "fluentcms-privatenotes\n======================\n\n.. image:: https://img.shields.io/travis/django-fluent/fluentcms-privatenotes/master.svg?branch=master\n    :target: http://travis-ci.org/django-fluent/fluentcms-privatenotes\n.. image:: https://img.shields.io/pypi/v/fluentcms-privatenotes.svg\n    :target: https://pypi.python.org/pypi/fluentcms-privatenotes/\n.. image:: https://img.shields.io/badge/wheel-yes-green.svg\n    :target: https://pypi.python.org/pypi/fluentcms-privatenotes/\n.. image:: https://img.shields.io/pypi/l/fluentcms-privatenotes.svg\n    :target: https://pypi.python.org/pypi/fluentcms-privatenotes/\n.. image:: https://img.shields.io/codecov/c/github/django-fluent/fluentcms-privatenotes/master.svg\n    :target: https://codecov.io/github/django-fluent/fluentcms-privatenotes?branch=master\n\nAdding Sticky-notes in the admin interface for content.\n\n.. image:: https://raw.githubusercontent.com/django-fluent/fluentcms-privatenotes/master/docs/images/fluentcms-privatenotes.png\n   :width: 954\n   :height: 477\n\n\nInstallation\n============\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI:\n\n.. code-block:: bash\n\n    pip install fluentcms-privatenotes\n\nFirst make sure the project is configured for django-fluent-contents_.\n\nThen add the following settings:\n\n.. code-block:: python\n\n    INSTALLED_APPS += (\n        'fluentcms_privatenotes',\n    )\n\n    FLUENT_CONTENTS_PLACEHOLDER_CONFIG = {\n        'slot name': {\n            'plugins': ('PrivateNotesPlugin', ...),\n        },\n    }\n\nThe database tables can be created afterwards:\n\n.. code-block:: bash\n\n    ./manage.py migrate\n\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\n.. _django-fluent-contents: https://github.com/django-fluent/django-fluent-contents\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Private sticky notes in the admin of django-fluent-contents",
    "version": "3.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40ece2bbcf4edecfc6665175faae3541181f305390d732609efcdfc37a3fd36a",
                "md5": "2d07fda23d93fbda73aa2ba9a825f5bc",
                "sha256": "b5dff897aa2afccfd692fad2240ae563ae80b21f54705d2037f505caef915568"
            },
            "downloads": -1,
            "filename": "fluentcms_privatenotes-3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d07fda23d93fbda73aa2ba9a825f5bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11982,
            "upload_time": "2023-01-30T16:03:46",
            "upload_time_iso_8601": "2023-01-30T16:03:46.080068Z",
            "url": "https://files.pythonhosted.org/packages/40/ec/e2bbcf4edecfc6665175faae3541181f305390d732609efcdfc37a3fd36a/fluentcms_privatenotes-3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a0b2a9deab8c9ce6124c693d58d250321f232054fcfa0bf2fe0824f0bfad183",
                "md5": "4a8ab612984de13f9d3483c8d01bd9fa",
                "sha256": "dd21329234acd934a37b86bc188a391c319a64346907348778a1fc1a5a501088"
            },
            "downloads": -1,
            "filename": "fluentcms-privatenotes-3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4a8ab612984de13f9d3483c8d01bd9fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11068,
            "upload_time": "2023-01-30T16:03:47",
            "upload_time_iso_8601": "2023-01-30T16:03:47.856248Z",
            "url": "https://files.pythonhosted.org/packages/0a/0b/2a9deab8c9ce6124c693d58d250321f232054fcfa0bf2fe0824f0bfad183/fluentcms-privatenotes-3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-30 16:03:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "edoburu",
    "github_project": "fluentcms-privatenotes",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "fluentcms-privatenotes"
}
        
Elapsed time: 0.03365s