Re: URL dispatch vs traversal

2010-12-08 Thread Paul Everitt
I'll add a little historical perspective to the traversal approach. Way, way back, before Zope was Zope and before there was a full ZODB, we had this approach called "object publishing". It was Python objects, published on the web. A URL pointed you at an object. The next hop in the URL po

Re: Pyramid project templates

2010-12-08 Thread Paul Everitt
On 12/6/10 10:56 PM, jorge.var...@gmail.com wrote: My 0.02 cents on this. From many bad nights of chasing bugs with TurboGears' quickstart command. Make it as simple as possible! In TG it was decided to go the "Full project route" and then having experience users delete what's not needed. Back