Skip to content

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

@amitu

Description

@amitu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions