• Stars
    star
    569
  • Rank 77,818 (Top 2 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created over 12 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.

django-comments-xtd gha-tests-badge

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, Bootstrap 5.3 and Remarkable.

Example sites and tests work under officially Django supported versions:

  • Django 4.2, 4.1, 4.0, 3.2
  • Python 3.10, 3.9, 3.8

Additional Dependencies:

  • django-contrib-comments >=1.8
  • djangorestframework >=3.12,<3.15

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

Read The Docs.

More Repositories

1

async-apscheduler-fastapi

Copy files asynchronously using APScheduler and the event loop, and add API end points wrapping it all with the FastAPI library.
Python
36
star
2

django-wysihtml5

Simple Django app that provides a Wysihtml5 rich text editor textarea widget.
Python
29
star
3

django-inline-media

Simple Django app that allows insertion of inline media objects in text fields.
Python
24
star
4

buildbot-sample-conf

Sample setup to do Continuous Integration of a web app and a web project with Buildbot.
Python
22
star
5

django-sample-app

A django sample app, with setup, unittests, docs and demo site.
Python
22
star
6

django-contactme

Reusable django contact form app that hits the DB when users confirm their email addresses.
JavaScript
14
star
7

django-dress-blog

Django blogging app with stories, quotes, diary, comments and tags.
Python
13
star
8

django-sample-project

Django's tutorial sample site with unittests
Python
8
star
9

django-inviteme

A reusable Django app that adds an email address submission form with protection. Email addresses will only hit the database when users confirm them.
Python
7
star
10

sphinx-nefertiti

Nefertiti for Sphinx is a fresh theme based on Bootstrap 5.3, with customizable fonts, color sets with light and dark support, a filter for the table of contents, and much more.
SCSS
5
star
11

blognajd

Simple django blogging app, for Python 3
Python
4
star
12

mui-styling-expansion

Reuse styles across components.
TypeScript
1
star
13

dcx-sample-website

A sample website with django-comments-xtd.
Python
1
star
14

async-apscheduler

Copy files asynchronously with APScheduler and Python's event loop
Python
1
star
15

review-restaurants

A FastAPI, PostgreSQL, React and Material-UI project to implement a Restaurants Review site.
TypeScript
1
star