Commit 3b37beb3 by David Ormsbee

Merge pull request #78 from edx/dave/stateful_workbench

Update dependencies to state-enabled workbench.
parents 356bea0d 99fcb263
# edX Internal Requirements
git+https://github.com/edx/XBlock.git@923978c5#egg=XBlock
git+https://github.com/ormsbee/xblock-sdk.git@295678ff#egg=xblock-sdk
git+https://github.com/edx/XBlock.git@c4055bc1#egg=XBlock
git+https://github.com/ormsbee/xblock-sdk.git@4f62e508#egg=xblock-sdk
# Third Party Requirements
defusedxml==0.4.1
......
......@@ -173,3 +173,6 @@ LOGGING = {
}
# TODO: add config for XBLOCK_WORKBENCH { SCENARIO_CLASSES }
WORKBENCH = {
'reset_state_on_restart': False,
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment