You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Sorry for the late reply. As you suggested I enabled 'django.core.context_processors.request'. Additionally I defined a SITE_ID which is required by Sites Framework in my settings.py as below.
My template renders without any error but now I am getting We were unable to load Disqus message on my local development environment although I am using {% disqus_dev %}. I switch back to non-django version of disqus to check what may be wrong. I saw that universal disqus code does not include disqus_ url. I am suspecting that my url config is the reason I am getting We were unable to load Disqus while using django-disqus.
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?
The text was updated successfully, but these errors were encountered: