Coverage for lino/modlib/users/__init__.py : 56%

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 2011-2015 Luc Saffre # License: BSD (see file COPYING for details)
:mod:`django.contrib.auth` module. This module does not require :mod:`django.contrib.sessions` to be installed. See also :doc:`/dev/users`. Note that parts of this module are being used by Lino's core even if it is not among the installed apps.
.. autosummary:: :toctree:
utils mixins roles models choicelists fixtures.demo fixtures.demo_users fixtures.demo2
"""
"See :doc:`/dev/plugins`."
g = site.plugins.system m = m.add_menu(g.app_label, g.verbose_name) m.add_action('users.Users')
g = site.plugins.system m = m.add_menu(g.app_label, g.verbose_name) m.add_action('users.Authorities') m.add_action('users.UserProfiles')
|