Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/django/django-contrib-comments


https://github.com/django/django-contrib-comments

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

===========================
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/