You right, the prefix is what makes possible to use the same plugin code 
across many apps.
Setting the "alias" for the plugin manager sounds like a good solution to 
me.


from gluon.tools import PluginManager
plugins = PluginManager()
plugins.wiki.path = "wiki"


Reply via email to