• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

django_comments/H03-Mar-2021-24,46519,362

django_contrib_comments.egg-info/H03-May-2022-180142

docs/H03-May-2022-654346

tests/H03-Mar-2021-1,7451,328

HISTORY.rstH A D03-Mar-20213.8 KiB12798

MANIFEST.inH A D03-Mar-2021260 109

PKG-INFOH A D03-Mar-20217.1 KiB180142

README.rstH A D03-Mar-20211,021 2617

setup.cfgH A D03-Mar-2021101 107

setup.pyH A D03-Mar-20211.6 KiB4742

README.rst

1===========================
2Django "excontrib" Comments
3===========================
4
5.. image:: https://img.shields.io/pypi/v/django-contrib-comments.svg
6   :target: https://pypi.python.org/pypi/django-contrib-comments
7
8.. image:: https://img.shields.io/travis/django/django-contrib-comments.svg
9    :target: http://travis-ci.org/django/django-contrib-comments
10
11.. image:: https://img.shields.io/pypi/pyversions/django-contrib-comments.svg
12   :target: https://pypi.python.org/pypi/django-contrib-comments
13
14.. image:: https://img.shields.io/pypi/djversions/django-contrib-comments.svg
15   :target: https://pypi.org/project/django-contrib-comments/
16
17Django used to include a comments framework; since Django 1.6 it's been
18separated to a separate project. This is that project.
19
20This framework can be used to attach comments to any model, so you can use it
21for comments on blog entries, photos, book chapters, or anything else.
22
23For details, `consult the documentation`__.
24
25__ https://django-contrib-comments.readthedocs.io/
26