Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
だから私はviews.pyを介して変数を渡します
return render_to_response(html, {'file': file})
私のhtmlに
<img src="{% static "{{file}}" %}" alt="My image"/> working
ただし、ファイルは私のhtmlで応答しません。誰か助けてください。
それ以外の
{% static "{{file}}" %}
書くだけ
{% static file %}