报错: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  阅读(1313)  评论(0)    收藏  举报