Coverage for lino/modlib/system/__init__.py : 78%

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
# Copyright 2014-2016 Luc Saffre # License: BSD (see file COPYING for details)
This app should usually be installed in every Lino application. But there are exceptions, e.g. :ref:`lino.tutorial.polls` or :doc:`/tutorials/de_BE/index` don't.
.. autosummary:: :toctree:
choicelists mixins models tests
"""
"See :doc:`/dev/plugins`."
system = m.add_menu(self.app_label, self.verbose_name) system.add_instance_action(site.site_config) |