Coverage for lino/modlib/languages/__init__.py : 63%

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 2008-2015 Luc Saffre # License: BSD (see file COPYING for details)
<lino.modlib.langguages.models.Language>` model).
It is used by :mod:`lino_xl.lib.cv`, whose :class:`LanguageKnowledge <lino_xl.lib.cv.models.LanguageKnowledge>` and :class:`Schooling <lino_xl.lib.cv.models.Schooling>` models have a `language` field which points to this the :class:`Language <lino.modlib.langguages.models.Language>` model.
Note that this has nothing to do with the list of languages in your :attr:`languages <lino.core.site.Site.languages>` setting.
.. autosummary:: :toctree:
models fixtures.few_languages fixtures.all_languages
"""
"See :doc:`/dev/plugins`."
p = self.get_menu_group() m = m.add_menu(p.app_label, p.verbose_name) m.add_action('languages.Languages') |