I am using simple-settings module for my app. In one scenario, app has 2 different module and both has settings file with same naming convention(settings/dev.py). In this case when i load module by LazzySettings(settings.dev) at two different places, where it loads same first module. Is there any way we can pass file name with absolute path to load the settings.
I am using simple-settings module for my app. In one scenario, app has 2 different module and both has settings file with same naming convention(settings/dev.py). In this case when i load module by LazzySettings(settings.dev) at two different places, where it loads same first module. Is there any way we can pass file name with absolute path to load the settings.