Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.api.shell¶
A shortcut import for usage in a Django shell or a pm run
script.
Typical usage:
>>> from lino.api.shell import *
This also defines every plugin name (by saying globals().update(rt.models)).
This has at least one side effect: if you have the lino.modlib.help
installed, you cannot use the built-in help()
function.