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.

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