Jonathan LaCour wrote: > I like the concept of having plugins installable through some sort of > vault, but I don't think it makes sense to do this in tg-admin, when > you can just use easy_install. >
Agreed, that's also what I was thinking, just putt your shopping cart on PyPI and you are done with: easy_install tg-cool-shopping-cart There no reason to put it in tg-admin (it's not a package manager) when we have easy_install. :-) > However, I think something like this could be integrated into the > Toolbox. Imagine a section called "plugins" or "extensions" in the > toolbox where you could browse available extensions/plugins like > "Shopping Cart" or "Contact Manager" or "Calendar" or "CMS". The > listing could even have simple code examples, screenshots, etc. And, > with one click, you could easy_install them, and integrate them into > your project. > That's also a cool idea. Maybe even the whole ToolBox should be a separate egg since in production you will not need it so you can just install a base TG distribution, but I may be wrong. Ciao Michele

