Esempio n. 1
0
 def upvote(self):
     """Add an upvote to this video."""
     add_vote.delay(self)
     statsd.incr('video_upvotes')  # Add to graphite stats display
Esempio n. 2
0
 def upvote(self):
     """Add an upvote to this video."""
     add_vote.delay(self)