sorl-thumbnail icon indicating copy to clipboard operation
sorl-thumbnail copied to clipboard

AdminImageWidget

Open ivanff opened this issue 8 years ago • 0 comments

**ext = 'JPG'** try: aux_ext = str(value).split('.') if aux_ext[len(aux_ext)-1].lower() == 'png': ext = 'PNG' except Exception as e: pass

_get_thumbnail_filename in ThumbnailBackend use EXTENSIONS dict

EXTENSIONS = { 'JPEG': 'jpg', 'PNG': 'png', }

KEY ERROR!!!

ivanff avatar Feb 28 '17 08:02 ivanff