On Apr 27, 11:55 am, Eric Lemoine <[email protected]> wrote: > On Sunday, April 26, 2009, Gael Pasgrimaud <[email protected]> wrote: > > > On Sun, Apr 26, 2009 at 10:19 PM, Kless <[email protected]> wrote: > > >> Does Pylons is going to build a plugin system for that can be easily > >> shared/re-used the applications? As is made in Django. > > > You can already plug any wsgi application/middleware to pylons. see > >http://pylonshq.com/docs/en/0.9.7/wsgi_support/ > > > So i don't see the need of a plugin system. That's why wsgi is made for. > > What about a plugin system where plugins would provide Pylons > controllers and routes (to these controllers)? So someone who has > developed a general-interest controller could distribute for others to > use it in their Pylons apps.
I haven't done this, but I'm pretty sure it's already possible by using the proper Paste config. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
