Example #1
0
 def unmark_favorite_for(self, user):
     """Remove favorite mark for the given user."""
     django_recommend.set_score(user, self, 1)
Example #2
0
 def mark_favorite_for(self, user):
     """Mark this as a favorite quote for user."""
     django_recommend.set_score(user, self, 5)