Day-Day-Up

'staticfiles' is not a valid tag

2019-12-15  本文已影响0人  az1981cn

{% load staticfiles %} and {% load adminstatic %} were deprecated in Django 2.1, and removed in Django 3.0.

If you have any of the following in your template:

{% load staticfiles %}
{% load static from staticfiles %}
{% load adminstatic %}

You should replace the tag with simply:

{% load static %}

上一篇 下一篇

猜你喜欢

热点阅读