On Wed, Dec 9, 2009 at 8:24 PM, Kenny Meyer <[email protected]> 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
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.