Settings

Theme

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

2 points by ravenkat 11 years ago · 1 comment · 1 min read


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.

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.

phonon 11 years ago

https://github.com/jezdez/django-constance https://github.com/lazybird/django-solo ?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection