django-contrib-comments

The code formerly known as django.contrib.comments.

BSD-3-CLAUSE License

Downloads
71.3K
Stars
616
Committers
40

===========================
Django "excontrib" Comments

.. image:: https://img.shields.io/pypi/v/django-contrib-comments.svg :target: https://pypi.python.org/pypi/django-contrib-comments

.. image:: https://img.shields.io/travis/django/django-contrib-comments.svg :target: http://travis-ci.org/django/django-contrib-comments

.. image:: https://img.shields.io/pypi/pyversions/django-contrib-comments.svg :target: https://pypi.python.org/pypi/django-contrib-comments

.. image:: https://img.shields.io/pypi/djversions/django-contrib-comments.svg :target: https://pypi.org/project/django-contrib-comments/

Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project.

This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.

For details, consult the documentation__.

__ https://django-contrib-comments.readthedocs.io/