Exemplo n.º 1
0
 def save(self):
     choose = Xk(stuid=self.stuid.data, code=self.code.data)
     choose.save()
     return True
Exemplo n.º 2
0
 def save(self):
     choose = Xk(stuid=g.user.username, code=self.code.data)
     choose.save()
     return True
Exemplo n.º 3
0
 def save(self):
     x=Xk(code=self.code.data,stuid=self.stuid.data)
     x.save()
Exemplo n.º 4
0
 def save(self):
     choose = Xk(stuid=self.stuid.data, code=self.code.data)
     choose.save()
     return True
Exemplo n.º 5
0
 def save(self):
     choose = Xk(stuid=g.user.username, code=self.code.data)
     choose.save()
     return True
Exemplo n.º 6
0
 def save(self):
     x = Xk(code=self.code.data, stuid=self.stuid.data)
     x.save()