Hello,
I want an intranet application which is extendable by dynamic modules.
That is, it should be possible to copy i.e. a "statistic module" into
a module directory and the module will be automatically implemented
without changing the applications source or doing anything in
appadmin.
So with next start of the application (not necessary during runtime)
the example statistic module would provide an additional menu button
for authorized users.

Web2py provides a plugin system which doesn't fit that needs, does it?
I would try it in a way as discussed here:
http://stackoverflow.com/questions/301134/dynamic-module-import-in-python

Or is there a specific web2py way?


Cheers, haggis

Reply via email to