Re: Using slug in comments urls

2008-09-13 Thread Karen Tracey
On Sat, Sep 13, 2008 at 4:14 AM, Shantp <[EMAIL PROTECTED]> wrote: > > > Just to clear up some confusion, I posted only the relevant part of my > urls.py file. I have all the other necessary stuff in it but i'm still > getting this error. > So if your root urlconf file does have urlpatterns speci

Re: Using slug in comments urls

2008-09-13 Thread Shantp
Just to clear up some confusion, I posted only the relevant part of my urls.py file. I have all the other necessary stuff in it but i'm still getting this error. On Sep 12, 8:14 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > On Sep 13, 2008, at 8:32 AM, Shantp wrote: > > > > > Hi, > > > I did

Re: Using slug in comments urls

2008-09-12 Thread Eric Abrahamsen
On Sep 13, 2008, at 8:32 AM, Shantp wrote: > > Hi, > > I did a lot of searching on this and can't figure out what I'm doing > wrong. Here's what's in my urls.py: > > share_detail = { > 'queryset': Share.objects.all(), > } > > (r'^comments/', include('django.contrib.comments.urls')), > (r'^

Using slug in comments urls

2008-09-12 Thread Shantp
Hi, I did a lot of searching on this and can't figure out what I'm doing wrong. Here's what's in my urls.py: share_detail = { 'queryset': Share.objects.all(), } (r'^comments/', include('django.contrib.comments.urls')), (r'^comments/(?P[-\w]+)/?$', 'django.views.generic.list_detail.objec