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 document contains code snippets (lines starting with >>>) that get tested as part of our development workflow.

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