Or, if using parameter-based routing, use the `applications` option to list which of your apps you want to be accessible.
For example,
routers = dict(
BASE = dict(
default_application = 'app1',
applications = ['admin','app1','app2']
root_static = ['favicon.ico','robots.txt']
)
)
Don't forget to restart. Hope that helps someone.
--

