0

无论我尝试什么,我都会收到此错误:

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   

我正在尝试的代码在服务器和另一台计算机上运行良好。可能是什么问题呢?

4

1 回答 1

1

上面你已经说明你已经安装了disqusdjango-disqus包。我高度怀疑它们都提供了一个disquspython 模块。取出disqus==0.0.4包装,一切都应该正常。django-disqus没有任何额外的要求。

于 2012-09-05T14:29:10.983 回答