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

lino_xl.lib.households

Adds functionality for managing households (i.e. groups of humans who live together in a same house).

See households : Handling households and their members.

Classes

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

Extends lino.core.plugin.Plugin.

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

Bases: Plugin

Extends lino.core.plugin.Plugin.

person_model = 'contacts.Person'

A string referring to the model that represents a human in your application. Default value is 'contacts.Person' (referring to lino_xl.lib.contacts.models.Person).

adult_age = 18

The age (in years) a person needs to have in order to be considered adult.