On Wed, 9 Dec 2009 21:58:39 -0500
Karen Tracey <kmtra...@gmail.com> wrote:

> On Wed, Dec 9, 2009 at 8:24 PM, Kenny Meyer <knny.m...@gmail.com>
> wrote:
> 
> >
> > /urls.py[shortened]:
> > urlpatterns = patterns('',
> >    (r'', include('posts.urls')),
> >    (r'^comments/$', include('django.contrib.comments.urls')),
> > )
> >
> >
> Remove the $ from the end of the pattern for the comment urls.
> 
> Karen

Thanks, Karen. It's functioning now perfectly.. I couldn't believe it
was only a typo!

Well, I'll know in the future from now on.

Regards,
Kenny

Attachment: signature.asc
Description: PGP signature

Reply via email to