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
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
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'^
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
4 matches
Mail list logo