示例#1
0
文件: models.py 项目: kdart/routerapp
 def is_expired(self):
     return tables.time_now() >= self.expire_date
示例#2
0
文件: models.py 项目: kdart/routerapp
 def set_last_login(self):
         self.last_login = tables.time_now()