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