Re: Reverse error in contrib.comments

2008-10-22 Thread Brandon Taylor
Hi Russ, I found what was causing the error. I work on an iMac at home and a MacBook Pro at work, and forgot that I was using trunk on my iMac where I was having the issue. The version of trunk I had checked out contains a "urls" folder in contib.comments that wasn't deleted in svn because of .p

Re: Reverse error in contrib.comments

2008-10-22 Thread Russell Keith-Magee
On Wed, Oct 22, 2008 at 12:30 PM, Brandon Taylor <[EMAIL PROTECTED]> wrote: > > The error is: > Reverse for '' with arguments '()' > and keyword arguments '{}' not found. ... > I see there is an closed ticket: http://code.djangoproject.com/ticket/8571. > I have cleared out all of my .pyc files as

Reverse error in contrib.comments

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. 'django.con