Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 755 Bytes

Readme.md

File metadata and controls

24 lines (18 loc) · 755 Bytes

Django Blogcomments

Django project to demonstrate how to implement a comment system with Django.

Check out my blogpost where I expain how it works.

📖 Installation

$ 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

🤝 Contributing

Contributions, issues and feature requests are welcome!

⭐️ Support

Give a ⭐️ if this project helped you!

License

The MIT License