Has anyone run into an idea of a "settings app" for a django project?
It's a set of application variables set by an administrator (not developer, so settings.py fails) using admin panel.
Are there any apps ready to use?
edit I probably didn't state my question clear. I don't mean editing the things like connection settings, rather things like "file size limit".