def get_image_url(self): if not self.image: return static("img/itugnu.png") else: return self.image.url