Beispiel #1
0
    def post(self, *args, **kwargs):
        author = Author.deserialize(self.request.POST.mixed())
        author_key = author.put()

        self.redirect(get_route('edit_author', key=author_key.urlsafe()))