I agree that managing settings gets to be a bit difficult in many
environments - even non Fortune 1000 environments. One of the things
we've played with in Satchmo is a database backed solution that allows
you to define reasonable defaults - even override-able in the settings
- but allow people to
We use something called livesettings in Satchmo. Bruce has published
the code on bitbucket so it can be used outside of Satchmo. I believe
at one point it was a fork of dbsettings but I may be wrong on that
account. Check it out here -
http://bitbucket.org/bkroeze/django-livesettings/overview/
An