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

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class CourseDurationLimitsConfig(AppConfig):
name = 'openedx.features.course_duration_limits'