django-ratings
django-ratings copied to clipboard
Update README
The 3 methods add
,delete
and get_rating_for_user
demonstrated in the examples require the request.COOKIES
to be passed using the keyword cookies
(not as positional arguments). At least this is what the current implementation shows...