This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def create_thumbnail(instance, image_field, thumb_field): | |
# original code for this method came from | |
# http://snipt.net/danfreak/generate-thumbnails-in-django-with-pil/ | |
# https://gist.github.com/valberg/2429288 | |
# adapted to python 3 | |
# insert this code to utils.py | |