Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
avanti1
: A Lino Avanti¶
An example of a Lino Avanti using the React front end.
This page contains code snippets (lines starting with >>>
), which are
being tested during our development workflow. The following
snippet initializes the demo project used throughout this page.
>>> from lino_book.projects.avanti1.startup import *
>>> ses = rt.login('robin')
>>> settings.SITE.default_ui
'lino_react.react'