Improvements to DotDict and settings.
* DotDicts are lazily replaced over dicts when __getattr__ is called. * DotDicts hierarchy is created lazily, when the value is set, the DotDict is stored in the parent object * Added get method that can sanitize and cast the value
Loading
Please register or sign in to comment