Merge pull request #2093 from edx/feature/christina/acceptance-config

Use draft module store so we can test editing components (problems, html...
This commit is contained in:
Christina Roberts
2013-05-21 17:19:51 -07:00

View File

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