Exemplo n.º 1
0
 def post(self):
     """Set Featured Speaker in Memcache."""
     #TASK4
     #set the featured speaker from the task parameter
     fspkr = self.request.get('featured_spkr')
     ConferenceApi._setCacheFeaturedSpkr(fspkr)
     self.response.set_status(204)