django.template.exceptions.TemplateSyntaxError: 'staticfiles' is not a registered tag library. Must
{% load staticfiles %} {% load adminstatic %} 是在 Django 2.1的方法, 在 Django 3.0已经修改了
{% load staticfiles %}
{% load static from staticfiles %}
{% load adminstatic %}
需要修改成
{% load static %}

浙公网安备 33010602011771号