Re: In need of a more flexible URL routing scheme...

2008-02-04 Thread Kyle Fox
Okay, I think I did something like that. The problem is that the @permalink and named urls doesn't seem to work because the named URL has two different entries in the URLconf... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: In need of a more flexible URL routing scheme...

2008-02-04 Thread prz
Kyle Fox wrote: > I've been having a hard time figuring out how to solve this problem: > > We're building *another* django blogging app, but we want the app to > support multiple blogs on the same site, ideally by having each Blog > "mounted" on it's own URL, ie: "/politics/" is a Blog, "/tumbles/

In need of a more flexible URL routing scheme...

2008-02-03 Thread Kyle Fox
I've been having a hard time figuring out how to solve this problem: We're building *another* django blogging app, but we want the app to support multiple blogs on the same site, ideally by having each Blog "mounted" on it's own URL, ie: "/politics/" is a Blog, "/tumbles/" is another Blog, etc.