I’m getting this error no matter what I try:
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
The code I’m trying is working fine on server and another computer. What could be the problem?
Above you’ve stated that you have both
disqusanddjango-disquspackages installed. I highly suspect they both provide adisquspython module. Remove thedisqus==0.0.4package and everything should work.django-disqusdoes not have any additional requirements.