【发布时间】:2015-02-15 14:26:21
【问题描述】:
文档有点含糊..
在https://docs.djangoproject.com/en/dev/howto/static-files/#configuring-static-files 它说
{% load staticfiles %}
在https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#template-tags 中说
{% load static from staticfiles %}
(我们的一些模板只有{% load static %},虽然我不确定这是否真的有效..?)
【问题讨论】: