Пример #1
0
 def post(self):
     redirect = "/unit3/blog/welcome"
     AccessLoginHandler.post(self, redirect)
Пример #2
0
 def post(self):
     redirect = '/unit3/blog/welcome'
     AccessLoginHandler.post(self, redirect)
Пример #3
0
 def get(self):
     AccessLoginHandler.get(self)
Пример #4
0
 def get(self):
     AccessLoginHandler.get(self)