Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

Settings inheritance

The central place for a Django site is the settings.py file.

Lino extends this idea with the lino.Lino class.

On a Lino site ou must define a Lino-specific variable LINO which must hold an instance of lino.Lino (or some subclass thereof). Note that the lino module may be imported from a Django settings file because it does not import any Django modules.

Django ticket #14297