Beispiel #1
0
def manage():
    apps = Apps(db, auth)
    response.view = '%s/admin/apps/manage.html' % CONFIG_THEME
    return dict(grid = apps.grid())