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)¶
Bases:
lino.core.plugin.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
).