https://github.com/django/django-contrib-comments
https://github.com/django/django-contrib-comments
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/django/django-contrib-comments
- Owner: django
- License: bsd-3-clause
- Created: 2013-03-11T18:27:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T12:03:11.000Z (over 2 years ago)
- Last Synced: 2025-04-06T20:04:59.171Z (9 months ago)
- Language: Python
- Size: 817 KB
- Stars: 622
- Watchers: 34
- Forks: 198
- Open Issues: 27
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE.txt
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/