Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
tera1
: A customized Lino Tera site¶
A Lino Tera site with a few local customizations.
Used in Lino Tera specs.
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 import startup
>>> startup('lino_book.projects.tera1.settings')
>>> from lino.api.doctest import *
>>> dd.demo_date()
datetime.date(2015, 5, 23)
>>> tuple(l.django_code for l in settings.SITE.languages)
('en', 'de', 'fr')