routers = dict(
   BASE = dict(
       default_application = 'fruit',
       applications = ['fruit', 'admin'],
       default_controller = 'default',
       controllers = 'DEFAULT',
       default_function = 'index',
   ),
   fruit = dict(
        default_function = 'index',
        functions =  ['index','user','download','call', 'data',
'error','profile','salad']
   )
)

On Mon, Feb 18, 2013 at 7:17 PM, Niphlod <[email protected]> wrote:
> of course this can't be possible, the entire framework will implode without
> a proper request routing: have you some custom routing in place ?
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to