2009/6/13 wilby <jacks...@gmail.com>:
>
> Hi group,
>
> I am having a problem getting text in the url to be passed as
> arguments to my view.
>
> My defined urls are:
>
> <code>
> (r'^notes/', 'notes'),
Shoud be
(r'^notes/$', 'notes'),

if you mantain as it is it matches also notes/a/0/ so the second url
never captures the parameters.


-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to