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.

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.tera1.settings.demo')
>>> 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')