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