Closed aitikgupta closed 3 years ago
Currently anywhere we need config in backend, we import and initialize a new config variable. This is both bad for deployment and hard to maintain: use singleton object throughout the backend.
config
Closed via https://github.com/Open-Sourced-Olaf/SocioMark/pull/81
Currently anywhere we need config in backend, we import and initialize a new
config
variable. This is both bad for deployment and hard to maintain: use singleton object throughout the backend.