On Jun 14, 8:51 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> joshuajonah wrote:
> > Is this not impossible?
>
> > 404 error:
> > Using the URLconf defined in jj.urls, Django tried these URL patterns,
> > in this order:
>
> >    1. ^admin/
> >    2. ^blog/$
> >    3. ^blog/(?P<year>d{4})/?$
>
> Hello!
>
> Put a \ in front of the 'd'. Right now, you have a regex that only
> matches: ^blog/dddd/ (not numbers)
>
> Jeff Anderson
>
>  signature.asc
> 1KDownload


Thanx Jeff, i got the answer on #django right before you replied,
works great now.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to