Skip to content

How to add a comment form to a blog detail page in Django using generic class-based views

License

Notifications You must be signed in to change notification settings

jimmybutton/django-blogcomments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

How to add a comment form to a blog detail page in Django using generic class-based views

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published