I\'d like to expose some (app-specific) settings to the admin interface, so users can change them comfortably and also not have to restart Django.
How should I go ab
Take a look: https://bitbucket.org/bkroeze/django-livesettings *Django-Livesettings is a project split from the Satchmo Project_. It provides the ability to configure settings via an admin interface, rather than by editing "settings.py".*
Satchmo Project
Maybe it can be helpful for you.