Thanks for the tip.
On 27 abr, 13:19, Jonathan Lundell <[email protected]> wrote: > On Apr 27, 2011, at 9:41 AM, pbreit wrote: > > > If you set "default_application" in routes.py, it's going to hide "/app" > > (and /default) which is usually what you want. But everything should still > > work. Do you generate all of your URLs with the URL() tag? (you should) > > And when using URL() to create a URL for a static object, make 'static' the > controller, and put the file name (or the rest of the path to the file) in > the function field.

