Ok, now I got it to work with this:
routers = dict(
# base router
BASE = dict(
default_application = 'pytalks',
default_controller = 'default',
controllers=['appadmin','default'],
applications=['pytalks','admin'],
),
)Thank you

