コード例 #1
0
ファイル: models.py プロジェクト: codelucas/darehut.com
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp) # Human readable string
コード例 #2
0
ファイル: models.py プロジェクト: codelucas/darehut.com
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp)