Example settings files are "null" and not a dictionary
Both prod-settings.yml and dev-settings.yml are blank which causes yaml.safe_load to return None rather than the empty dictionary. Add {} to both files.
Both prod-settings.yml and dev-settings.yml are blank which causes yaml.safe_load to return None rather than the empty dictionary. Add {} to both files.