【发布时间】:2014-12-05 02:36:31
【问题描述】:
我想知道如何处理sorl-thumbnail中saticfile的路径
我的代码有错误:
无法解析余数:'{%' from '{%'
{% load thumbnail %}
{% thumbnail {% static 'img/logo.png' %} "100x80" format="PNG" as im %}
<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}">
{% endthumbnail %}
【问题讨论】:
标签: django sorl-thumbnail