[Answer]-'disqus_tags' is not a valid tag library error in Django

1👍

Above you’ve stated that you have both disqus and django-disqus packages installed. I highly suspect they both provide a disqus python module. Remove the disqus==0.0.4 package and everything should work. django-disqus does not have any additional requirements.

👤patrys

Leave a comment