Skip to content

Commit

Permalink
Update README (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus authored Jan 30, 2024
1 parent 36b0b83 commit 85b9eb3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# django-comments-ink       [![example workflow](https://github.com/comments-ink/django-comments-ink/workflows/tests/badge.svg)](https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml) [![Code Coverage](coverage.svg)]((https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml))
# django-comments-ink     [![example workflow](https://github.com/comments-ink/django-comments-ink/workflows/tests/badge.svg)](https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml) [![Code Coverage](https://github.com/comments-ink/django-comments-ink/raw/main/coverage.svg)]((https://github.com/comments-ink/django-comments-ink/actions/workflows/ci-pipeline.yml))


A Django pluggable application that adds comments to your project.

The current main branch is the result of the long lasting work-in-progress of the rel-3.0.0 branch of django-comments-xtd.

<p align="center"><br/><img src="cover.png"><br/><br/></p>
![screenshot](https://github.com/comments-ink/django-comments-ink/raw/main/cover.png)

It extends [django-contrib-comments](https://pypi.python.org/pypi/django-contrib-comments) with the following features:

Expand All @@ -22,15 +22,14 @@ It extends [django-contrib-comments](https://pypi.python.org/pypi/django-contrib

Example sites and tests work under officially Django [supported versions](https://www.djangoproject.com/download/#supported-versions>):

* Django 4.1, 4.0, 3.2
* Django 5.0, 4.2, 4.1

Additional Dependencies:

* django-contrib-comments >=2.2,<2.3
* djangorestframework >=3.12,<3.14
* djangorestframework >=3.14,<3.15

Check the sample sites:

* [dci-project-quotes](https://github.com/comments-ink/dci-project-quotes): A project driven totally by Django, no JavaScript (yes, such sites still exist).
* [dci-project-stories](https://github.com/comments-ink/dci-project-stories): This one uses both Django and the JavaScript plugin, 100% frontend framework free.
* dci-with-bootstrap: Sample project to be done.

0 comments on commit 85b9eb3

Please sign in to comment.