Re: Decentralizing settings.py

2007-08-02 Thread Jacob Kaplan-Moss
Hi Joshua -- On 8/2/07, Joshua jag Ginsberg <[EMAIL PROTECTED]> wrote: > I'd welcome any feedback on this patch. Thanks! It's some good code, but this idea has come up in the past (search the archives) and we've decided against it. The basic concept is this: since settings are just Python code,

Decentralizing settings.py

2007-08-02 Thread Joshua \"jag\" Ginsberg
We're developing a great number of utility applications, each of which introduce their own configurable settings specific to the individual application. As a result, settings.py gets *cluttered* with tons of options and documentation and becomes incredibly difficult to read. So I patched django/co