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

avanti1 : A Lino Avanti

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

All code snippets on this page (lines starting with >>>) are being tested as part of our development workflow. The following snippet initializes a demo project to use throughout this page.

>>> 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'