Some environment variables end with a carriage return symbol ('\n'),
causing the Django production settings to be parsed incorrectly. This
patch strips such characters when reading environment variables.
Motivation and Context
Fix production....
How Has This Been Tested?
Using the production settings in a developer envioronment (minikukbe).
Types of changes
Bug fix (non-breaking change which fixes an issue)
Description
Some environment variables end with a carriage return symbol ('\n'), causing the Django production settings to be parsed incorrectly. This patch strips such characters when reading environment variables.
Motivation and Context
Fix production....
How Has This Been Tested?
Using the production settings in a developer envioronment (minikukbe).
Types of changes
Checklist