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