El lun, 18-08-2008 a las 13:10 -0500, Malcolm Tredinnick escribió:

> It looks like you might be making an assumption that the patterns are
> concatenated. This isn't correct.
> 
> The patterns in resume_templates.urls will be applied to the suffixes of
> the URLs matching resumes (after the first matched portion is removed).
> It's not the case that the reg-exp patterns are joined together and then
> applied as a single thing. Django first matches /resumes/, sees that it
> matches and then passes control to the next piece of the resolver
> (resume_templates.urls).

Thanks Malcolm, now I got it.



--~--~---------~--~----~------------~-------~--~----~
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