django-yamlconf icon indicating copy to clipboard operation
django-yamlconf copied to clipboard

Django settings values via external YAML formatted files simplifying the c onfiguration of Django applications

Results 1 django-yamlconf issues
Sort by recently updated
recently updated
newest added

Can a yaml file refer to environment variables ? something like `DATABASES.default.PASSWORD: "{MY_ENV_VARIABLE}"` As the syntax is used to refer to variable defined before in the yaml, it may be...