Coverage for lino/projects/polly/settings/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: UTF-8 -*- # Copyright 2013-2015 Luc Saffre # License: BSD (see file COPYING for details)
Default settings module for a :ref:`polly` project. """
""" Base class for a :ref:`polly` application, designed to be instantiated into the :setting:`SITE` setting. """
# yield 'lino.modlib.system' #~ yield 'lino.modlib.countries' #~ yield 'lino_xl.lib.properties' #~ yield 'lino.modlib.' + self.partners_app_label #~ yield 'lino_xl.lib.households' #~ yield 'lino_xl.lib.pages' #~ yield 'lino.projects.polly' # yield 'lino_xl.lib.appypod' |