Create shell django app for course duration feature

This commit is contained in:
Calen Pennington
2018-10-03 09:21:24 -04:00
committed by Matthew Piatetsky
parent 969728874b
commit 4642efbf08
9 changed files with 35 additions and 0 deletions

View File

@@ -2282,6 +2282,7 @@ INSTALLED_APPS = [
'openedx.features.learner_profile',
'openedx.features.learner_analytics',
'openedx.features.portfolio_project',
'openedx.features.course_duration_limits',
'experiments',