Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.teams

Adds the notion of "user teams".

This defines common things for all user teams:

  • Define the Team model

  • Inject into users.User a pointer to teams.Team

  • Define a UsersByTeam view

  • Add a menu command to configure the list of teams.

Classes

Plugin(site, app_label, app_name, ...)

See lino.core.Plugin.

class lino_xl.lib.teams.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See lino.core.Plugin.