Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

avanti1 : A Lino Avanti

An example of a Lino Avanti using the React front end.

Side note: Code snippets (lines starting with >>>) in this document get tested as part of our development workflow. The following initialization snippet tells you which demo project is being used in this document.

>>> from lino import startup
>>> startup('lino_book.projects.avanti1.settings')
>>> from lino.api.doctest import *
>>> ses = rt.login('robin')
>>> settings.SITE.default_ui
'lino_react.react'