The purpose of this project is to make docker secrets available in Django settings.py
pip install dj-secrets-loader
in setting.py
from dj_secrets_loader import load_secrets
secrets = load_secrets()
The result will be a dictionary that it's keys are the filenames in docker secret folder ('/run/secrets/') and the value is the content of that file