コード例 #1
0
ファイル: brand.py プロジェクト: ngocthuong26189/dienthoai
 def image_url(self):
     return image_url(self.image)
コード例 #2
0
ファイル: sticky.py プロジェクト: ngocthuong26189/dienthoai
 def image_url(self):
     if self.image is None:
         return ""
     return image_url(self.image)