TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 ravenkat大约 10 年前
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

phonon大约 10 年前
<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> ?