importd icon indicating copy to clipboard operation
importd copied to clipboard

read settings.yml/json if present next to app name

Open amitu opened this issue 10 years ago • 0 comments

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.

amitu avatar Jan 07 '15 16:01 amitu