newimg.save("%sw%d/%s" %(thumbs_dir, width, imagefile))
return "%s%s/w%d/%s" %(settings.MEDIA_URL, thumbsdirectory, width, imagefile)
newimg.save("%sw%d/%s" %(thumbs_dir, width, imagefile))
return "%s%s/w%d/%s" %(settings.MEDIA_URL, thumbsdirectory, width, imagefile)