1.定位到报错目录
2.将from django.contrib.staticfiles.templatetags.staticfiles import static
替换成:
from django.templatetags.static import static
即可