All Projects → danirus → Django Comments Xtd

danirus / Django Comments Xtd

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Comments Xtd

Django Safedelete
Mask your objects instead of deleting them from your database.
Stars: ✭ 375 (-6.02%)
Mutual labels:  django
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (-3.51%)
Mutual labels:  django
Mayan Edms
Repository mirror of GtLab: https://gitlab.com/mayan-edms/mayan-edms Please use the upstream repository for issues and pull requests.
Stars: ✭ 398 (-0.25%)
Mutual labels:  django
Djangoblog
🍺基于Django的博客系统
Stars: ✭ 4,256 (+966.67%)
Mutual labels:  django
Onlinejudge
open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | [email protected]
Stars: ✭ 4,458 (+1017.29%)
Mutual labels:  django
Django Multiple User Types Example
Django Quiz Application
Stars: ✭ 395 (-1%)
Mutual labels:  django
Dss
📄 Documented Style Sheets Parser
Stars: ✭ 375 (-6.02%)
Mutual labels:  comments
Gitment
A comment system based on GitHub Issues.
Stars: ✭ 3,957 (+891.73%)
Mutual labels:  comments
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (-3.26%)
Mutual labels:  django
Django With Vuejs
Fast and clear in DevOps.
Stars: ✭ 398 (-0.25%)
Mutual labels:  django
Awesome Django
A curated list of awesome things related to Django
Stars: ✭ 4,770 (+1095.49%)
Mutual labels:  django
Simple Django Login And Register
An example of Django project with basic user functionality.
Stars: ✭ 379 (-5.01%)
Mutual labels:  django
Comments
Native comments for your Laravel application.
Stars: ✭ 390 (-2.26%)
Mutual labels:  comments
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (-5.26%)
Mutual labels:  django
Ring
Python cache interface with clean API and built-in memcache & redis + asyncio support.
Stars: ✭ 404 (+1.25%)
Mutual labels:  django
Django Private Chat
Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
Stars: ✭ 376 (-5.76%)
Mutual labels:  django
Qikqiak.com
关注容器、kubernetes、devops、python、golang、微服务等技术 🎉🎉🎉
Stars: ✭ 394 (-1.25%)
Mutual labels:  django
Django Saml2 Auth
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Stars: ✭ 405 (+1.5%)
Mutual labels:  django
Django Bulk Update
Bulk update using one query over Django ORM
Stars: ✭ 404 (+1.25%)
Mutual labels:  django
Django Shorturls
A URL shortening app for Django
Stars: ✭ 397 (-0.5%)
Mutual labels:  django

django-comments-xtd |gha-tests-badge|_

.. |gha-tests-badge| image:: https://github.com/danirus/django-comments-xtd/workflows/tests/badge.svg .. _gha-tests-badge: https://github.com/danirus/django-comments-xtd/actions/workflows/ci-pipeline.yml

A Django pluggable application that adds comments to your project.

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

It extends the once official django-contrib-comments <https://pypi.python.org/pypi/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 <https://www.djangoproject.com/download/#supported-versions>_:

  • Django 3.1, 3.0, 2.2
  • Python 3.8, 3.7, 3.6

Additional Dependencies:

  • django-contrib-comments >=1.8
  • djangorestframework >=3.9

Checkout the Docker image danirus/django-comments-xtd-demo <https://hub.docker.com/r/danirus/django-comments-xtd-demo/>_.

Read The Docs <http://readthedocs.org/docs/django-comments-xtd/>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].