Exemplo n.º 1
0
 def post(self):
     """Sets the value for the feature speaker and sessions he is delivering."""
     announcement = ConferenceApi._featuredSpeaker(
         self.request.get('speaker'), self.request.get('websafeConferenceKey'))
Exemplo n.º 2
0
 def post(self):
     """  Set featured speaker   """
     ConferenceApi._featuredSpeaker(self.request.get('speakerEmail'))