Release edx-jsme 1.0

This commit is contained in:
Chris Rossi
2014-07-28 15:46:46 -04:00
committed by Sarina Canelake
parent 3c6a3bacd5
commit db13868f3e
3 changed files with 9 additions and 2 deletions

View File

@@ -566,7 +566,10 @@ INSTALLED_APPS = (
'monitoring',
# Course action state
'course_action_state'
'course_action_state',
# Additional problem types
'edx_jsme', # Molecular Structure
)