codingjoe / django-pictures

Responsive cross-browser image library using modern codes like AVIF & WebP
BSD 2-Clause "Simplified" License
248 stars 20 forks source link

HINT: Set both the width_field and height_field attribute to avoid storage IO #63

Closed LeoGraciano closed 1 year ago

LeoGraciano commented 1 year ago

Console INFO: product.Product.thumbnail: (fields.E101) width_field and height_field attributes are missing HINT: Set both the width_field and height_field attribute to avoid storage IO

    thumbnail = PictureField(
        _('Thumbnail'),
        upload_to="img/thumbnail",
    )

try save in django admin... img save more, return exception image