A Django pluggable application that adds comments to your project.
It extends the once official django-contrib-comments with the following features:
- Thread support, so comments can be nested.
- Customizable maximum thread level, either for all models or on a per app.model basis.
- Optional notifications on follow-up comments via email.
- Mute links to allow cancellation of follow-up notifications.
- Comment confirmation via email when users are not authenticated.
- Comments hit the database only after they have been confirmed.
- Registered users can like/dislike comments and can suggest comments removal.
- Template tags to list/render the last N comments posted to any given list of app.model pairs.
- Emails sent through threads (can be disable to allow other solutions, like a Celery app).
- Fully functional JavaScript plugin using ReactJS, jQuery, Bootstrap, Remarkable and MD5.
Example sites and tests work under officially Django supported versions:
- Django 2.0, 1.11, 1.10, 1.9 and 1.8
- Python 3.6, 3.5, 3.4, 3.2 and 2.7
Additional Dependencies:
- django-contrib-comments >=1.8, <1.9
- djangorestframework:
- v3.6 for Django 1.9 and 1.8
- v3.7 for Django 2.0, 1.11 and 1.10
Checkout the Docker image danirus/django-comments-xtd-demo.