Commit fa56d56e by Brian Beggs

removed django 1.8 upgrade comment

parent bb5874d5
...@@ -128,7 +128,6 @@ LMS_BASE = ENV_TOKENS.get('LMS_BASE') ...@@ -128,7 +128,6 @@ LMS_BASE = ENV_TOKENS.get('LMS_BASE')
SITE_NAME = ENV_TOKENS['SITE_NAME'] SITE_NAME = ENV_TOKENS['SITE_NAME']
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
# TODO: bbeggs remove this before prod, temp fix to get load testing running
"*", "*",
ENV_TOKENS.get('CMS_BASE') ENV_TOKENS.get('CMS_BASE')
] ]
......
...@@ -176,7 +176,6 @@ for feature, value in ENV_FEATURES.items(): ...@@ -176,7 +176,6 @@ for feature, value in ENV_FEATURES.items():
CMS_BASE = ENV_TOKENS.get('CMS_BASE', 'studio.edx.org') CMS_BASE = ENV_TOKENS.get('CMS_BASE', 'studio.edx.org')
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
# TODO: bbeggs remove this before prod, temp fix to get load testing running
"*", "*",
ENV_TOKENS.get('LMS_BASE'), ENV_TOKENS.get('LMS_BASE'),
FEATURES['PREVIEW_LMS_BASE'], FEATURES['PREVIEW_LMS_BASE'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment