Metadata-Version: 2.1
Name: django-comments-ink
Version: 0.4.0
Summary: Django pluggable commenting app with comment threads, follow-up notifications, mail confirmation, comment reactions and votes, and comment moderation. It supersedes django-comments-xtd.
Home-page: https://github.com/comments-ink/django-comments-ink
Author: Daniela Rus Morales
Author-email: danirus@eml.cc
Maintainer: Daniela Rus Morales
Maintainer-email: danirus@eml.cc
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: django<6,>=4.1
Requires-Dist: django-contrib-comments<2.3,>=2.2
Requires-Dist: djangorestframework<3.15,>=3.14

#  django-comments-ink &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [![example workflow](https://github.com/comments-ink/django-comments-ink/workflows/tests/badge.svg)](https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml) [![Code Coverage](coverage.svg)]((https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml))


A Django pluggable application that adds comments to your project.

The current main branch is the result of the long lasting work-in-progress of the rel-3.0.0 branch of django-comments-xtd.

<p align="center"><br/><img src="cover.png"><br/><br/></p>

It extends [django-contrib-comments](https://pypi.python.org/pypi/django-contrib-comments) with the following features:

1. Comments can be nested.
1. Customizable maximum thread level.
1. Optional notifications on follow-up comments via email.
1. Mute links to allow cancellation of follow-up notifications.
1. Comment confirmation via email when users are not authenticated.
1. Authenticated users can send reactions to comments and to other objects.
1. Comment reactions and object reactions are customizable.
1. Comment voting, to list comments sorted by votes.
1. Comments pagination.
1. JavaScript plugin.

Example sites and tests work under officially Django [supported versions](https://www.djangoproject.com/download/#supported-versions>):

* Django 4.1, 4.0, 3.2

Additional Dependencies:

* django-contrib-comments >=2.2,<2.3
* djangorestframework >=3.12,<3.14

Check the sample sites:

 * [dci-project-quotes](https://github.com/comments-ink/dci-project-quotes): A project driven totally by Django, no JavaScript (yes, such sites still exist).
 * [dci-project-stories](https://github.com/comments-ink/dci-project-stories): This one uses both Django and the JavaScript plugin, 100% frontend framework free.
 * dci-with-bootstrap: Sample project to be done.
