arthurk / django-disqus

Integrates DISQUS into Django

Home Page:http://django-disqus.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comment form is not shown

gour opened this issue · comments

Hiya!

I'm trying to deploy django-disqus on my http://gour-nitai.com (mingus) 'site', but the comment form is (somehow) not shown...

I've the following in my base.html template:

{% disqus_show_comments %}
View Comments
{% disqus_num_replies %}
{% disqus_recent_comments %}

but the comment form is not shown.

I've registered the site at disqus.com and have DISQUS_API_KEY & DISQUS_WEBSITE_SHORTNAME in my local_settings.py.

What am I missing?

Sincerely,
Gour

Did you load the disqus template tags with {% load disqus_tags %} ?

Yes. The 1st line of template has:

{% load disqus_tags flatblock_tags cache navbar generic_content blog compress analytics elsewhere feeds i18n archive %}

hm, okay. Did you set the correct Site domain in the admin?

Heh, short name was wrong...Thank you for helping....and, of course, thanks for django-disqus. ;)