https://github.com/arteria/djangocms-inline-comment
Plugin for django CMS – Add comments to the structure board and comment out plugins, visible to staff only
https://github.com/arteria/djangocms-inline-comment
django-cms-plugin documentation
Last synced: about 2 months ago
JSON representation
Plugin for django CMS – Add comments to the structure board and comment out plugins, visible to staff only
- Host: GitHub
- URL: https://github.com/arteria/djangocms-inline-comment
- Owner: arteria
- License: mit
- Created: 2016-11-23T08:39:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T07:53:06.000Z (over 4 years ago)
- Last Synced: 2025-03-24T17:52:34.065Z (2 months ago)
- Topics: django-cms-plugin, documentation
- Language: Python
- Homepage:
- Size: 512 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
========================
djangocms-inline-comment
========================|build| |coverage|
**django CMS Inline Comment** is a plugin for `django CMS `_ that allows you to add comments to the structure board, visible to editors only. You can nest other plugins inside an inline comment, which renders them invisible on a published page.
Supports Django >= 1.8 and django CMS >= 3.3. https://github.com/divio/djangocms-text-ckeditor is a requirement.
(If you are looking for a plugin for public-facing comments, please have a look at https://github.com/Nekmo/djangocms-comments, https://github.com/aldryn/aldryn-disqus, or https://github.com/mishbahr/djangocms-fbcomments.)
.. image:: inline_comment_demo.gif
Installation
------------* run ``pip install djangocms-inline-comment``
* add ``'djangocms_text_ckeditor' and 'djangocms_inline_comment'`` to your ``INSTALLED_APPS``
* run ``python manage.py migrate djangocms_inline_comment``Running Tests
-------------You can run tests by executing::
virtualenv env
source env/bin/activate
pip install -r requirements-test.txt
python setup.py test.. |build| image:: https://travis-ci.org/arteria/djangocms-inline-comment.svg?branch=master
:target: https://travis-ci.org/arteria/djangocms-inline-comment
.. |coverage| image:: https://coveralls.io/repos/github/arteria/djangocms-inline-comment/badge.svg?branch=master
:target: https://coveralls.io/github/arteria/djangocms-inline-comment?branch=masterdjangocms-inline-comment is free software. If you find it useful and would like to give back, please consider to make a donation using Bitcoin https://blockchain.info/payment_request?address=1AJkbQdcNkrHzxi91mB1kkPxh4t4BJ4hu4 or PayPal https://www.paypal.me/arteriagmbh. Thank you!