Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/django/django-contrib-comments
https://github.com/django/django-contrib-comments
Last synced: about 1 month 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T12:03:11.000Z (about 1 year ago)
- Last Synced: 2024-09-28T16:21:29.880Z (about 2 months ago)
- Language: Python
- Size: 817 KB
- Stars: 616
- Watchers: 35
- Forks: 196
- 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/