Re: URL Regex Grouping

2007-11-27 Thread P
Hi Malcolm, Thanks for the response - at least I know its not something I am doing wrong now! Do you know when the updated code will be available? Would it be possible to have a copy of the code in its current state so I can get the site working as intended? Thanks again for your help. Phil O

Re: URL Regex Grouping

2007-11-10 Thread Malcolm Tredinnick
On Sat, 2007-11-10 at 10:19 -0800, P wrote: [...] > My problem is not with mapping the url to the correct view, it is with > using {% url %} tag to look up the named url pattern. It seems that I > can only get {% url %} to work if I do not include the regex grouping > in the above pattern (which

URL Regex Grouping

2007-11-10 Thread P
Hi, I am fairly new to Django and have got really stuck on something that should be relatively easy to implement. I have tried many variations to solve this problem but maybe I am just going about it the wrong way. I require a url rule that will cater for a number of url combinations for an onl