Ejemplo n.º 1
0
 def index(self):
     user = User()
     if user.is_authenticated():
         return "WooHoo"
     return "Fail"