[Zope3-dev] Stateless Root

2005-07-15 Thread Shane Hathaway
For a Zope 3 project I'm working on, I'd like the root of the site to be stateless. In other words, I don't want the root of my application to be stored in ZODB; I want it to come from either the filesystem or Python code. In fact, at the moment, I'd prefer not to open a ZODB connection at all.

Re: [Zope3-dev] Stateless Root

2005-07-15 Thread Shane Hathaway
Stephan Richter wrote: On Friday 15 July 2005 13:16, Shane Hathaway wrote: For a Zope 3 project I'm working on, I'd like the root of the site to be stateless. In other words, I don't want the root of my application to be stored in ZODB; I want it to come from either the filesystem or Python