报错:No module named 'django.contrib.staticfiles.templatetags'

将from django.contrib.staticfiles.templatetags.staticfiles import static

替换成:

from django.templatetags.static import static

posted @ 2021-02-17 22:12  希声lx  阅读(1260)  评论(0编辑  收藏  举报