Merge pull request #6935 from edx/clintonb/course-structure

Generating Course Structure Asynchronously on Course Publish
This commit is contained in:
Clinton Blackburn
2015-02-13 13:37:05 -05:00
26 changed files with 624 additions and 212 deletions

View File

@@ -722,6 +722,8 @@ INSTALLED_APPS = (
# Additional problem types
'edx_jsme', # Molecular Structure
'openedx.core.djangoapps.content.course_structures',
)