stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Implemented voting using django-vote #17

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

The rating was implemented using the package django-vote. django-vote was used since it's an easy to use package which satisfies all the requirements of this issue.
Comments and posts can be liked and disliked.

Resolves #15

Screenshot to show the implementation: votes_feature

stevenpi commented 6 years ago

I added the screenshot to the pull request as requested. I also cleaned the code a little in the second commit.