Create a config option for enabling a Pearson login in a totally hacky manner.

This commit is contained in:
David Ormsbee
2012-11-07 14:08:55 -05:00
parent 92f2fbf0f8
commit 528fcd7f4e
2 changed files with 4 additions and 1 deletions

View File

@@ -79,3 +79,6 @@ XQUEUE_INTERFACE = AUTH_TOKENS['XQUEUE_INTERFACE']
if 'COURSE_ID' in ENV_TOKENS:
ASKBOT_URL = "courses/{0}/discussions/".format(ENV_TOKENS['COURSE_ID'])
# Temporary hack for testing Pearson
MITX_FEATURES['ENABLE_PEARSON_HACK_TEST'] = True