예제 #1
0
파일: app.py 프로젝트: Alge/smspoll
 def get(self):
     polls = Poll.select()
     self.render("templates/create_poll.html", polls=polls)
예제 #2
0
파일: app.py 프로젝트: Alge/smspoll
 def get(self):
     #self.write("This is your response")
     polls = Poll.select()
     self.render("templates/index.html", polls=polls)