Open mcnemesis opened 11 years ago
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...
add
delete
get_rating_for_user
request.COOKIES
cookies
The 3 methods
add
,delete
andget_rating_for_user
demonstrated in the examples require therequest.COOKIES
to be passed using the keywordcookies
(not as positional arguments). At least this is what the current implementation shows...