Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino_xl.lib.humanlinks¶
Adds functionality to manage “parency links” between two “persons”.
Classes
|
Extends |
- class lino_xl.lib.humanlinks.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 which represents a human in your application. Default value is
'contacts.Person'
(referring tolino_xl.lib.contacts.Person
).