Exemplo n.º 1
0
 def site_update(self, request):
     """Update info a site"""
     entity = Site.site_update(request)
     if entity:
         return entity
     else:
         raise endpoints.NotFoundException()