routers = dict(
BASE=dict(
default_application='ProjetoMargem',
default_controller='home',
),
ProjetoMargem=dict(
default_controller='home',
default_function='index',
function=dict(default=['index','user','login','cadastroPropriedade','Cabecalho'])
)
)