github IPs in lms.envs.common; made create_user, create_groups,

manage_course_groups management commands (in lms_migration)
This commit is contained in:
ichuang
2012-08-20 18:38:05 -04:00
parent 660c35f63e
commit e3ecd22fa0
10 changed files with 216 additions and 276 deletions

View File

@@ -73,6 +73,8 @@ MITX_FEATURES['ENABLE_LMS_MIGRATION'] = True
MITX_FEATURES['ACCESS_REQUIRE_STAFF_FOR_COURSE'] = False # require that user be in the staff_* group to be able to enroll
MITX_FEATURES['USE_XQA_SERVER'] = 'http://xqa:server@content-qa.mitx.mit.edu/xqa'
INSTALLED_APPS += ('lms_migration',)
LMS_MIGRATION_ALLOWED_IPS = ['127.0.0.1']
################################ OpenID Auth #################################