【发布时间】:2016-05-19 05:54:12
【问题描述】:
django 是否有类似于static 和url 的media 标签以及如何设置它?
{% static 'styles/boo.css' %}
{% url 'some_app:some_name' %}
Is this possible: {% media 'what here' %}?
如何设置?
【问题讨论】:
-
我也有同样的问题,怎么解决?
标签: python django django-urls