On Apr 26, 2011, at 8:47 AM, VP wrote: > > I think the new router and MULTIUSER_MODE doesn't quite work together > nicely. Specifically, when a user creates a new app (through admin > interface). Sometimes, the new router does not route /app correctly. > It might have thought /app to be a controller of the main app.
In general, you need to reload routes.py after making changes that affect routing. Generate a request to /admin/default/reload_routes, or use that function as an example of how to do it programmatically. > > > > On Apr 26, 10:18 am, Jonathan Lundell <[email protected]> wrote: >> On Apr 26, 2011, at 7:59 AM, pierreth wrote: >> >> >> >>> On 26 avr, 10:44, Jonathan Lundell <[email protected]> wrote: >>>> It's never too late for unit tests. Seriously. >> >>> Would you like to write them? >> >> I'd like to, but I don't know the code all that well. I'd be willing to help.

