https://github.com/danirus/test-gh-with-dcx
Test Google Cloud Build for django-comments-xtd
https://github.com/danirus/test-gh-with-dcx
Last synced: 9 months ago
JSON representation
Test Google Cloud Build for django-comments-xtd
- Host: GitHub
- URL: https://github.com/danirus/test-gh-with-dcx
- Owner: danirus
- License: bsd-2-clause
- Created: 2020-09-15T15:24:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T17:01:23.000Z (over 5 years ago)
- Last Synced: 2023-03-11T06:57:25.106Z (over 3 years ago)
- Language: Python
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
django-comments-xtd |gh-badge|_
===================
.. |gh-badge| image:: https://github.com/danirus/test-gh-with-dcx/workflows/tests/badge.svg
.. _gh-badge: https://github.com/danirus/test-gh-with-dcx/actions
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 `_ 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 `_:
* Django 3.0, 2.2, 2.1 and 2.0
* Python 3.8, 3.7, 3.6, 3.5, 3.4
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 `_.