I need to implement a lazy setting like django setting that could be call globally in several apps but get his values from a model in database.
I have some settings that need to be change by the admin user, so my apps expect that settings but can not loaded on django setup because needs populate with fields in db or something that user can change without touching code. So I thing I can implement a lazy setting that use database in request process time and cached the result.
So do you have some idea how to implement that.
--
"La utopía sirve para caminar"
Fernando Birri