thevahidal / django-comments-xtd

Django comments app with thread support, follow-up notifications, mail confirmation, like/dislike flags and moderation.

Home Page:https://django-comments-xtd.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-comments-xtd TravisCI

A Django pluggable application that adds comments to your project.

https://github.com/danirus/django-comments-xtd/blob/master/docs/images/cover.png

It extends the once official django-contrib-comments with the following features:

  1. Thread support, so comments can be nested.
  2. Customizable maximum thread level, either for all models or on a per app.model basis.
  3. Optional notifications on follow-up comments via email.
  4. Mute links to allow cancellation of follow-up notifications.
  5. Comment confirmation via email when users are not authenticated.
  6. Comments hit the database only after they have been confirmed.
  7. Registered users can like/dislike comments and can suggest comments removal.
  8. Template tags to list/render the last N comments posted to any given list of app.model pairs.
  9. Emails sent through threads (can be disable to allow other solutions, like a Celery app).
  10. Fully functional JavaScript plugin using ReactJS, jQuery, Bootstrap, Remarkable and MD5.

Example sites and tests work under officially Django supported versions:

  • Django 3.0, 2.2, 2.1, 2.0 and 1.11
  • Python 3.6, 3.5, 3.4, 3.2 and 2.7

Additional Dependencies:

  • django-contrib-comments >=1.8, <1.9
  • djangorestframework >=3.9, <3.10

Checkout the Docker image danirus/django-comments-xtd-demo.

Read The Docs.

About

Django comments app with thread support, follow-up notifications, mail confirmation, like/dislike flags and moderation.

https://django-comments-xtd.readthedocs.io

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 66.1%Language:HTML 18.9%Language:JavaScript 10.8%Language:CSS 3.4%Language:Shell 0.8%