arthurk / django-disqus

Integrates DISQUS into Django
http://django-disqus.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
326 stars 101 forks source link

comment form is not shown #2

Closed gour closed 14 years ago

gour commented 14 years ago

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

arthurk commented 14 years ago

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

gour commented 14 years ago

Yes. The 1st line of template has:

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

arthurk commented 14 years ago

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

gour commented 14 years ago

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