Exemplo n.º 1
0
Arquivo: app.py Projeto: Alge/smspoll
 def get(self):
     polls = Poll.select()
     self.render("templates/create_poll.html", polls=polls)
Exemplo n.º 2
0
Arquivo: app.py Projeto: Alge/smspoll
 def get(self):
     #self.write("This is your response")
     polls = Poll.select()
     self.render("templates/index.html", polls=polls)