Fix rake lms[cms.dev]

This commit is contained in:
Calen Pennington
2013-10-21 09:26:57 -04:00
parent 12cc4a19c0
commit 3e59f3af40

View File

@@ -38,11 +38,12 @@ MODULESTORE = {
'default': {
'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore',
'DOC_STORE_CONFIG': DOC_STORE_CONFIG,
'OPTIONS': modulestore_options
'OPTIONS': modulestore_options,
},
'draft': {
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore',
'OPTIONS': modulestore_options
'DOC_STORE_CONFIG': DOC_STORE_CONFIG,
'OPTIONS': modulestore_options,
},
}