Installation
Requirements:
django>=2.1
djangorestframework # only for API Framework
Bootstrap 4.1.1
Installation:
Installation is available via pip
$ pip install django-comments-dab
or via source on github
$ git clone https://github.com/radi85/Comment.git
$ cd Comment
$ python setup.py install
Migrations:
Migrate comment app:
$ python manage.py migrate comment
Comment Settings and urls:
settings.pyshould look like this:In
urls.py: