Eric Radman wrote:
On 23:09 Tue 01 Feb , Ian Bicking wrote:
BTW, I have written a config parser with WSGIKit in mind, but I
haven't plugged it into anything yet. I described some of the
features here: http://blog.ianbicking.org/2005-01-wsgikit-config.html
I don't think we need a configuration
On Feb 3, 2005, at 2:17 AM, Eric Radman wrote:
I don't think we need a configuration parser in the tree at all. The
easiest and most flexible solution is to simply import * from a .py
config file.
I've started doing this a LOT with my various little apps, and I find it
immensely usef
That's a great idea. So simple, yet immensely flexible.
-winston
On Feb 3, 2005, at 2:17 AM, Eric Radman wrote:
On 23:09 Tue 01 Feb , Ian Bicking wrote:
BTW, I have written a config parser with WSGIKit in mind, but I
haven't plugged it into anything yet. I described some of the
features h