예제 #1
0
파일: media.py 프로젝트: ebby/brokentv
 def get_path(self):
   if not self.path:
     self.path = Link.get_or_add('/?m=' + self.id).path
     self.put()
   return self.path
예제 #2
0
파일: media.py 프로젝트: ebby/brokentv
 def link(self):
   if not self.path:
     self.path = Link.get_or_add('/?m=' + self.id).path
     self.put()
   return constants.SHARE_URL + self.path