Merge pull request #7823 from edx/christina/notes-tagging

Add tags plugin.
This commit is contained in:
Christina Roberts
2015-05-04 20:56:52 -04:00
14 changed files with 251 additions and 32 deletions

View File

@@ -65,6 +65,9 @@ FEATURES['MILESTONES_APP'] = True
# Enable pre-requisite course
FEATURES['ENABLE_PREREQUISITE_COURSES'] = True
# Enable student notes
FEATURES['ENABLE_EDXNOTES'] = True
########################### Entrance Exams #################################
FEATURES['ENTRANCE_EXAMS'] = True