Hello, I was wondering how can I build a plugin for pyramid, that would be as easy to install and setup as
easy_install myplugin in development.ini add [components] myplugin.* = enabled or if my plugin was called "admin" [components] admin.* = enabled http://martyalchin.com/2008/jan/10/simple-plugin-framework/ How to declare a mount point for plugins in pyramid? How to register a plugin at a particular mount point in pyramid? How is pyramid system retrieving the plugins that have been registered? Thanks, Lucas -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
