On May 30, 2012, at 9:37 AM, Annet wrote: > ... in router.example.py? In my case default_application = 'init', > default_controller = 'default' and default_function = 'index' What do you > mean by 'and specify the list of available functions in the default router' . > My application contains 15 controllers and almost 100 functions, do I have to > list them all in functions = '' or do I have to just list the functions in > default_controller = 'default', controllers = 'DEFAULT',
Just the functions in the default controller.