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

