Cleaned up the thumbnails by switching to .png

This commit is contained in:
Daniel Quinn
2016-03-05 02:15:26 +00:00
parent 52f15b4de1
commit 8a9ea4664c
3 changed files with 9 additions and 8 deletions

View File

@@ -193,7 +193,7 @@ class Document(models.Model):
settings.MEDIA_ROOT,
"documents",
"thumbnails",
"{:07}.jpg.gpg".format(self.pk)
"{:07}.png.gpg".format(self.pk)
)
@property