无论我尝试什么,我都会收到此错误:
TemplateSyntaxError
'disqus_tags' is not a valid tag library: Template library disqus_tags not found
In template /home/myproject/zinnia/templates/zinnia/entry_detail.html,error at line3
1 {% extends "base.html" %}
2 {% load i18n comments zinnia_tags thumbnail %}
3 {% load disqus_tags %}
4
我正在尝试的代码在服务器和另一台计算机上运行良好。可能是什么问题呢?