1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

add success to save

This commit is contained in:
Lukas Winkler 2020-07-28 18:34:39 +02:00
parent af2c712284
commit b261016954
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -54,6 +54,7 @@ class WikipediaImage(models.Model):
self.timestamp = img.timestamp
super(WikipediaImage, self).save(*args, **kwargs)
return True
@property
def commons_url(self):