On Wed, Nov 16, 2011 at 2:34 AM, Massimo Di Pierro < [email protected]> wrote:
> this should not be the case. if it is is a bug.
>
>
I found this some time ago and I tough it was the default behaviour.
for the following worked
routers = dict(
BASE = dict(
domains = {
'domain1.com' : 'app1',
'domain2.com' : 'app2',
},
controllers=['default', 'appadmin', ..., ..., ..., ]
),
)
I has to list every controller, also functions
--
Bruno Rocha
[http://rochacbruno.com.br]

