REFACTOR(settings): Switch from str based local path config to pathlib based...
REFACTOR(settings): Switch from str based local path config to pathlib based local path config in the settings.py.
This prevent us to use path that do not exists. An FileNotFoundError will be raised if any local path referers to a file or dir that do not exist.