Ejemplo n.º 1
0
 def storeToken(self):
     Session.add(self)
     Session.flush()
     Session.commit()
     return True