I looked and still can't find it. I thought it would be under
Extensions or Templatetags.
I got Disqus comments working by just inserting the Disqus Universal
Code after the
{% feincms_render_region object "main" request %}
line in entry_detail.html. I don't like doing it that way though.
Feels very un-Djangonic. Un-Pythonic too. Plus then I'm tied to the
URL. And one of my goals is to fiddle with EB to change the URL
structure from
mysite.net/blog/year/month/day/myslug/
to
mysite.net/blog/myslug/
Tying Disqus to the URL makes this harder. I understand the Disqus
docs on how to change this - its pretty simple. But the best way to
implement this in EB is not so clear to me. I suspect letting django-
disqus do the grunt work will make the transition easier. At this
point I offer thanks for pointing me to an older point in the code
tree; as a django/python greenhorn I find it much easier to
comprehend. Makes me feel less incompetent.
Dave
On May 6, 8:26 am, sbaechler <
stbaech...@gmail.com> wrote:
> In fact I used django-disqus. If you browse back in time you'll see the
> disqus template tag in the code and the docs:
>
>
https://github.com/feincms/feincms-elephantblog/tree/40f7ee7e9fb2ec3a...
>
> Regards
> Simon