Hacker News new | ask | show | jobs
by adamzap 4853 days ago
Is this much different than creating an admin-enabled extra_settings table with key and value fields?

I'm probably missing something.

1 comments

I would assume that this module is using redis's pub/sub capabilities to push configuration out to django app servers whereas creating an extra_settings table would likely require polling.