Ejemplo n.º 1
0
 def is_expired(self):
     return tables.time_now() >= self.expire_date
Ejemplo n.º 2
0
 def set_last_login(self):
         self.last_login = tables.time_now()