disable ENABLE_LMS_MIGRATION in dev mode, so courses are always displayed

This commit is contained in:
David Ormsbee
2012-08-07 14:55:59 -04:00
parent a237322b70
commit fbd813ae3b

View File

@@ -60,7 +60,7 @@ CACHE_TIMEOUT = 0
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
################################ LMS Migration #################################
MITX_FEATURES['ENABLE_LMS_MIGRATION'] = True
MITX_FEATURES['ENABLE_LMS_MIGRATION'] = False
MITX_FEATURES['ACCESS_REQUIRE_STAFF_FOR_COURSE'] = False # require that user be in the staff_* group to be able to enroll
LMS_MIGRATION_ALLOWED_IPS = ['127.0.0.1']