lino_xl.lib.humanlinks¶
Defines "parency links" between two "persons", and a user interface to manage them.
This module is probably useful in combination with
lino_xl.lib.households
.
Choicelists for lino_xl.lib.humanlinks. |
|
Database models for lino_xl.lib.humanlinks. |
(This module's source code is available here.)
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
).
-