Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
noi1e
: A Lino Noi using ExtJS front end¶
An example of a Lino Noi using the ExtJS 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_book.projects.noi1e.startup import *
>>> ses = rt.login('robin')
>>> settings.SITE.default_ui
'lino.modlib.extjs'