Re: Error in django.contrib.comments with {% comment_form_target %}

2008-11-28 Thread Gavin
I'm having exactly the same problem as Brandon above, only I haven't upgraded from .96 to 1.0. This is occurring with a fresh install of 1.0. I've tried all of the suggestions above as well as those in the linked django ticket #8571. Any insights? Cheers, -Gavin On Oct 22, 6:43 am, Brandon

Re: Error in django.contrib.comments with {% comment_form_target %}

2008-10-22 Thread Brandon Taylor
Hi Dmitry, After some digging, I found that folder as well. Now everything's working correctly again. Cпасибо, Brandon On Oct 22, 7:08 am, Dmitry Dzhus <[EMAIL PROTECTED]> wrote: > Brandon Taylor wrote: > > I see there is an closed ticket:http://code.djangoproject.com/ticket/8571. > > I have

Re: Error in django.contrib.comments with {% comment_form_target %}

2008-10-22 Thread Dmitry Dzhus
Brandon Taylor wrote: > I see there is an closed ticket: http://code.djangoproject.com/ticket/8571. > I have cleared out all of my .pyc files as suggested, but I'm still > getting the template error. Can anyone offer any advice? I had a similar problem which was resolved after I had cleared

Error in django.contrib.comments with {% comment_form_target %}

2008-10-21 Thread Brandon Taylor
Hi everyone, I'm using Django 1.0 and I'm attempting to add comments to a blog, following along in the "Practical Django Projects" book. The error is: Reverse for '' with arguments '()' and keyword arguments '{}' not found. when {% comment_form_target %} is present in the template.