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

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

替换成:

from django.templatetags.static import static

原文地址:https://www.cnblogs.com/xisheng/p/14409984.html