Re: Extra space in the match string

2008-09-24 Thread Keith Eberle
the space indicates passing the URL off to an included urls.py. keith On Wed, Sep 24, 2008 at 8:28 AM, bruno desthuilliers < [EMAIL PROTECTED]> wrote: > > > > On 24 sep, 13:03, tsmets <[EMAIL PROTECTED]> wrote: > > I am refactoring my URL matching configuration file and I get this : > > [snip]

Re: Extra space in the match string

2008-09-24 Thread bruno desthuilliers
On 24 sep, 13:03, tsmets <[EMAIL PROTECTED]> wrote: > I am refactoring my URL matching configuration file and I get this : > [snip] > Page not found (404) > Request Method: GET > Request URL:http://localhost:8000/followDeploys/viewDeployed/xxx > > Using the URLconf defined in custome

Extra space in the match string

2008-09-24 Thread tsmets
I am refactoring my URL matching configuration file and I get this : [snip] Page not found (404) Request Method: GET Request URL:http://localhost:8000/followDeploys/viewDeployed/xxx Using the URLconf defined in customer.urls, Django tried these URL patterns, in this order: 1. ^fol