Django project to demonstrate how to implement a comment system with Django.
Check out my blogpost where I expain how it works.
$ pipenv install
$ pipenv shell
(django-blogcomments) $ python manage.py migrate
(django-blogcomments) $ python manage.py createsuperuser
(django-blogcomments) $ python manage.py runserver
# Load the site at http://127.0.0.1:8000
Contributions, issues and feature requests are welcome!
Give a ⭐️ if this project helped you!