To be clear:

routers = dict(
    BASE = dict(
        default_application = 'myapp',
        default_controller = 'default',
        default_function = 'index'
    )
)

On Monday, November 28, 2011 8:01:49 PM UTC-5, Anthony wrote:
>
> Yes, default_application is an option of the parameter-based system -- you 
> add it to the BASE router dictionary (just like default_controller and 
> default_function).
>
> Anthony
>
> On Monday, November 28, 2011 6:40:54 PM UTC-5, Constantine Vasil wrote:
>>
>> but I am using the parameter system which don't has this option.
>
>

Reply via email to