I installed and configured django-disqus according to instructions in the documentation but somehow django view which I included disqus template tags gives the error below.
Django Version: 1.7.5
Exception Type: KeyError
Exception Value:
'request'
Additionally, line with {% disqus_dev %} highlighted in the error log.
Am I missing something or is that an issue?
I installed and configured django-disqus according to instructions in the documentation but somehow django view which I included disqus template tags gives the error below.
Additionally, line with
{% disqus_dev %}highlighted in the error log.Am I missing something or is that an issue?