-
Update on database-backed settings published on Jul 16, 2007
I’ve made a few updates recently to dbsettings, which finally brings the issue count to zero, and adds some new features worth discussing.
The biggest improvement is that it finally uses Django’s cache framework, so it’s able to work properly in multi-process setups. This was essential in order make the framework useful in production environments.
The one caveat is that two of Django’s cache backends aren’t suitable for this framework, and one of those two …