Move ACE Common code out of Schedules

This commit is contained in:
Nimisha Asthagiri
2017-12-04 17:04:20 -05:00
parent 94c5cce70c
commit c6ee8eb68d
17 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
default_app_config = 'openedx.core.djangoapps.ace_common.apps.AceCommonConfig'

View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class AceCommonConfig(AppConfig):
name = 'openedx.core.djangoapps.ace_common'
verbose_name = _('ACE Common')

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB