Y

Size: a a a
Y
Y
DT
Y
ИМ
Y
ИМ
Y
IG
{% if item.image%}
<img src="item.image.url">
{%endif%}
image = models.ImageField(blank=True,null=True, upload_to='photos')
IG
DT
DT
<img src="{{ item.image.url }}">
IG
IG
<img src="{{ item.image.url }}">
IG
NC
ИМ
Y
ИМ