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

human : Testing some human properties

A demo project used in The Human mixin and The Born mixin. It is not meant to be used via the web interface.

>>> from lino import startup
>>> startup('lino_book.projects.human.settings')
>>> from lino.api.doctest import *
>>> ses = rt.login('robin')
>>> show_db_overview()
... 
9 apps: lino, about, jinja, bootstrap3, extjs, staticfiles, human, printing, system.
2 models:
=================== ==================== ========= =======
 Name                Default table        #fields   #rows
------------------- -------------------- --------- -------
 human.Person        human.PersonTable    7         0
 system.SiteConfig   system.SiteConfigs   3         0
=================== ==================== ========= =======