我正在尝试使用Django模板渲染django模板,并使用listview将照片保存在数据库中,以便它们可以像amazon.com的缩略图一样起作用,但是图像不会加载
{% for offer in offer_details %}
{% if offer == None %}
<a href="#"><img src="{% static "pics/s7.jpg" %}" class="im"></a>
{% else %}
<a href="#"><img src="{{offer.photo.url}}"></a>
{% endif %}
{% endfor %}
views.py
class Index(ListView):
context_object_name = 'offer_details'
model = models.Offer_discription
template_name = "index.html"
答案 0 :(得分:0)
container1:hover + container2 row1 button2 {
/* your styles here */
}
我没有添加最后一行代码和最后两次导入