DT
- поле с готовым <picture>
- поле со списком thumbnail (для удаления при удалении модели и замене основного изображения)
Size: a a a
DT
tn
W
W
DT
DT
W
tn
DT
W
class MyModel(models.Model):
image = models.ImageField(blank=True, upload_to='uploaded_images')
# size is "width x height"
cropping = ImageRatioField('image', '430x360')
tn
RS
class MyModel(models.Model):
image = models.ImageField(blank=True, upload_to='uploaded_images')
# size is "width x height"
cropping = ImageRatioField('image', '430x360')
DT
W
tn
tn
RS
W
О