Massimo, why not make the default application,controller and function
configurable in an external file like options.py or
parameters_xxxx.py?

On Aug 6, 9:08 am, mdipierro <[email protected]> wrote:
> No. But you can remap into a different controller using routes.py
>
> routes_in = [
> ('/myapp', '/myapp/non_default/index'),
> ]
>
> On Aug 6, 9:05 am, David Marko <[email protected]> wrote:
>
> > Is there a way how to specifiy, which controller act as default? I
> > mean specify different controller than with name 'default', which name
> > is a bit strange (at least for non-english speaking countries.)
>
> > David

Reply via email to