Any mechanism that would allow a web app to be statically-configured would be great. Maybe the simplest would be to allow environment to be set for WSGI, KEY=value. This would be per-web-app and enterable through the web console, or added via the API.
Without this, configuration can only be done either via SCM/Git, or by manually editing files on-disk via a console.
Thanks Brett