Re: Use a simple query string.

2007-02-05 Thread Waylan Limberg
On 2/5/07, Waylan Limberg <[EMAIL PROTECTED]> wrote: > On 2/4/07, Jason <[EMAIL PROTECTED]> wrote: > > > > Can anyone help with my super simple query string problem > > > > I'm simply trying to get www.mysite.com/uptodate?build=123 parsed. The > > problem is I can't get any URL to match (I

Re: Use a simple query string.

2007-02-05 Thread Waylan Limberg
On 2/4/07, Jason <[EMAIL PROTECTED]> wrote: > > Can anyone help with my super simple query string problem > > I'm simply trying to get www.mysite.com/uptodate?build=123 parsed. The > problem is I can't get any URL to match (I keep getting 404 - page not > found). > > > My URL: > >

Use a simple query string.

2007-02-04 Thread Jason
Can anyone help with my super simple query string problem I'm simply trying to get www.mysite.com/uptodate?build=123 parsed. The problem is I can't get any URL to match (I keep getting 404 - page not found). My URL: (r'^uptodate(?P\d+)/$)', prog.main.uptodate'), My View: def