Skip to content

Still under development: Django pluggable commenting app with comment threads, follow-up notifications, mail confirmation, comment reactions and votes, and comment moderation. It supersedes django-comments-xtd.

License

Notifications You must be signed in to change notification settings

jdbit/django-comments-ink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-comments-ink       example workflow Code Coverage

Don't use it yet: It's still under migration from django-comments-xtd to django-comments-ink.

A Django pluggable application that adds comments to your project.

The current master branch represents is a work-in-progress towards v3.0.0. It has not been released yet as a package in PyPI. The current stable version is based on the branch v2 and is available at PyPI.




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 4.0, 3.2, 3.1
  • Python 3.10, 3.9, 3.8

Additional Dependencies:

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

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.
  • dci-with-bootstrap: Sample project to be done.

About

Still under development: Django pluggable commenting app with comment threads, follow-up notifications, mail confirmation, comment reactions and votes, and comment moderation. It supersedes django-comments-xtd.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.1%
  • HTML 19.3%
  • JavaScript 13.3%
  • CSS 3.0%
  • Other 0.3%