django-ratings

How to use Django-ratings with bootstrap-rating-input

谁说我不能喝 提交于 2019-12-11 22:16:35
问题 Here goes another star rating question. I want to use bootstrap-rating-input to input rating value (1 to 5) and have django-ratings save the rating to the database. Although I'm a little green with javascript, I really want users to be able to vote using star rating instead of a number input form. Could you show me how to hook up these two apps to make them play nice with each other? What does the view and templates look like? And how do I configure the javascript to make the whole thing work