Use draft module store so we can test editing components (problems, html, etc.).

This commit is contained in:
cahrens
2013-05-21 09:58:34 -04:00
parent 073c6d9a79
commit 3b15207bc6

View File

@@ -23,7 +23,7 @@ MODULESTORE_OPTIONS = {
MODULESTORE = {
'default': {
'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore',
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore',
'OPTIONS': MODULESTORE_OPTIONS
},
'direct': {