Ask HN: What do you use to store application level config in Django?
https://news.ycombinator.com/item?id=9468756We are using Django for our website as well as in the backend. Whenever we want to change some application level config like `connection_timeout`, we had to change the constant in the source code and re-deploy. Deploying takes around 1 hour for us.
What i'm looking for is a key value store framework already built for Django and which provides an UI which we can use to override the config when our applications are running as well.