I just want to configure myapp as default without rename it to init. That's all.
On 27 abr, 14:28, Jonathan Lundell <[email protected]> wrote: > On Apr 27, 2011, at 10:34 AM, Oscar wrote: > > > > > Nope, > > > I didn't use URL tag, but i was suspecting it. > > > There is a Way to invoke the default application without hide the > > entire URL? > > Sure, just don't specify the defaults. Or don't use routing at all, if you > don't want to hide anything. > > You need to explain a little more specifically what's working, what's not, > and what your URLs ought to look like. > > > > > > > > > > > On 27 abr, 12:41, pbreit <[email protected]> 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)

