예제 #1
0
파일: models.py 프로젝트: hobbes09/ShowCase
    def timesince(self, now=None):
        from django.utils.timesince import timesince as _
	return _(self.created, now)
예제 #2
0
 def timesince(self, time_now=None):
     from django.utils.timesince import timesince as _
     return _(self.timestsamp, time_now)
예제 #3
0
파일: models.py 프로젝트: hobbes09/ShowCase
 def timesince(self, now=None):
     from django.utils.timesince import timesince as _
     return _(self.created, now)
예제 #4
0
파일: models.py 프로젝트: RohitRepo/Schule
	def timesince(self, time_now=None):
		from django.utils.timesince import timesince as _
		return _(self.timestsamp,time_now)