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

@@ -1161,6 +1161,8 @@ INSTALLED_APPS = [
# API Documentation
'rest_framework_swagger',
'openedx.features.course_duration_limits',
]