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 kee
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:
>
> (r'^uptodate
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 uptodate(req
3 matches
Mail list logo