beat.web.team.views module

beat.web.team.views.create(request)[source]

Creates a new team

The user must be authenticated before it can add a new team

beat.web.team.views.edit(request, author_name, name)[source]

Edit a team

The user must be authenticated before it can edit a team

beat.web.team.views.view(request, author_name, name)[source]

displays a team

beat.web.team.views.ls(request, author_name)[source]

List all accessible teams to the request user

beat.web.team.views.public_ls(request)[source]

List all accessible teams to the request user