Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | 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
|
Extends |
- 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 tolino_xl.lib.contacts.models.Person
).
- adult_age = 18¶
The age (in years) a person needs to have in order to be considered adult.