Example #1
0
 def post(self):
     url = URL(url=self.request.get('newURL').strip())
     url.put()
     self.redirect('/')