def get(self):
''' Redirect to Google logout page, followed by another redirect to the
URL specified by [then] argument.
See api for request and response documentation.
'''
url = users.create_logout_url(dest_url=self.request.get('then'))
self.redirect(url)
评论列表
文章目录