Как размыть изображение с помощью этой логики c в модели Django.
@property
def get_small_url_port(self):
return DOMAIN + get_thumbnailer(self.image).get_thumbnail({
'size': (75, 100),
'box': self.cropping_port,
'crop': 'smart',
# 'upscale': True,
}).url