On Mon, Apr 20, 2009 at 7:49 PM, Tim Michelsen <[email protected]> wrote: > >>> * is there a common plugin-system to add site-wide plugins tothe core ? >>> * I would like to add my own >>> * validators >>> * tools like the geocode >>> => these should be available to all my /applications >> You can change gluon/import_all.py > But will it not be overwritten by the next > bzr pull > or update?
Yes, it will. You can put your "plugins" in default path, like Massimo said. But you have to import. Changing import_all.py is a solution, but you will loose this when upgrade web2py. -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

