django中提示 TemplateSyntaxError

2020-02-28  本文已影响0人  wangcc_sd
image.png

If you have any of the following in your html:

{% load staticfiles %}

{% load static from staticfiles %}

{% load adminstatic %}

You should replace the tag with simply:(仅所有.html文件)

{% load static %}


image.png

要注意查看报错

上一篇下一篇

猜你喜欢

热点阅读