On Apr 27, 2011, at 2:07 PM, Oscar wrote: > > will be supressed myapp from the url?
Yes. That's really all that being the default application means. If you don't want it suppressed, then don't set it as the default. > > > On 27 abr, 16:24, Jonathan Lundell <[email protected]> wrote: >> On Apr 27, 2011, at 1:17 PM, Oscar wrote: >> >> >> >>> I just want to configure myapp as default without rename it to init. >>> That's all. >> >> Just set default_application in routes.py. >> >> >> >> >> >> >> >> >> >>> 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)

