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