diff --git a/core/settings/paul.py b/core/settings/paul.py index 6d55d9f..9f28a17 100644 --- a/core/settings/paul.py +++ b/core/settings/paul.py @@ -3,5 +3,8 @@ SITE_TITLE = 'Local Cross-Cultural Consulting' SITE_TAGLINE = None -# AWS_STORAGE_BUCKET_NAME = "pwc-cccs-dev" -AWS_STORAGE_BUCKET_NAME = "cccs-docs" \ No newline at end of file +# Overwrite AWS settings depending upon what I'm up to +# AWS_OVERRIDES is set in my secrets.py. It overrides +# AWS_STORAGE_BUCKET_NAME, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY +# Can't do this in secrets.py because other settings set the values. +globals().update(AWS_OVERRIDES)