Coverage for lino/modlib/gfks/__init__.py : 44%

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)
installed if your models contain GenericForeignKey fields or inherit from the :class:`Controllable <lino.modlib.gfks.mixins.Controllable>` mixin.
.. autosummary:: :toctree:
models mixins fields
"""
"See :doc:`/dev/plugins`."
hook = site.plugins.system m = m.add_menu(hook.app_label, hook.verbose_name) m.add_action(site.modules.gfks.BrokenGFKs)
hook = site.plugins.system m = m.add_menu(hook.app_label, hook.verbose_name) m.add_action(site.modules.gfks.HelpTexts)
hook = site.plugins.system m = m.add_menu(hook.app_label, hook.verbose_name) m.add_action(site.modules.gfks.ContentTypes)
|