Coverage for lino/modlib/uploads/__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 2010-2015 Luc Saffre # License: BSD (see file COPYING for details)
them.
.. autosummary:: :toctree:
models choicelists
"""
"See :doc:`/dev/plugins`."
mg = site.plugins.office m = m.add_menu(mg.app_label, mg.verbose_name) m.add_action('uploads.MyUploads')
mg = site.plugins.office m = m.add_menu(mg.app_label, mg.verbose_name) m.add_action('uploads.UploadTypes')
mg = site.plugins.office m = m.add_menu(mg.app_label, mg.verbose_name) m.add_action('uploads.AllUploads') m.add_action('uploads.UploadAreas') |