Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.87 KB

django-comments-ink     example workflow Code Coverage

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.

screenshot

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

  1. Comments can be nested.
  2. Customizable maximum thread level.
  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. Authenticated users can send reactions to comments and to other objects.
  7. Comment reactions and object reactions are customizable.
  8. Comment voting, to list comments sorted by votes.
  9. Comments pagination.
  10. JavaScript plugin.

Example sites and tests work under officially Django supported versions:

  • Django 5.0, 4.2, 4.1

Additional Dependencies:

  • django-contrib-comments >=2.2,<2.3
  • djangorestframework >=3.14,<3.15

Check the sample sites:

  • dci-project-quotes: A project driven totally by Django, no JavaScript (yes, such sites still exist).
  • dci-project-stories: This one uses both Django and the JavaScript plugin, 100% frontend framework free.