I would like to extract any sensitive information from my settings.py file, for example, db name/password, amazon key/password, api keys/passwords. What is the suggested way to go about doing this.
I would like to extract any sensitive information from my settings.py file, for example,
Share
Move all the keys, passwords, etc. to a file
secrets.py, then addimport secretstosettings.py.