TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you use to store application level config in Django?

2 pointsby ravenkatabout 10 years ago
We 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.<p>What i&#x27;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.

1 comment

phononabout 10 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;jezdez&#x2F;django-constance" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jezdez&#x2F;django-constance</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;lazybird&#x2F;django-solo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lazybird&#x2F;django-solo</a> ?