Skip to content

Refactor settings file to avoid environment variables

Might be a little aggressive with the docker changes, I'm assuming users of that Dockerfile would be happy baking their site settings at image build time.

If the environment is needed there, local_settings.py can be modified to call os.environ, and I'll revert the change to delete the docker -e lines.

Merge request reports