Also env variables will have higher precedence over both of these. Eg if I pass some environment from supervisord.conf file.
in yml file there can be key named "extends", which will read another yml file and update its values. "extends" does not need an extension. eg base.yml then "extends": "base".
If there is no base.yml, but base is importable, then it will be imported and its content be used instead.
Unless use_yml=False.
local_settings.yml will override settings.py.
Also env variables will have higher precedence over both of these. Eg if I pass some environment from supervisord.conf file.
in yml file there can be key named "extends", which will read another yml file and update its values. "extends" does not need an extension. eg base.yml then "extends": "base".
If there is no base.yml, but base is importable, then it will be imported and its content be used instead.
Extend can be recursive.