Move ACE Common code out of Schedules
This commit is contained in:
1
openedx/core/djangoapps/ace_common/__init__.py
Normal file
1
openedx/core/djangoapps/ace_common/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
default_app_config = 'openedx.core.djangoapps.ace_common.apps.AceCommonConfig'
|
||||
7
openedx/core/djangoapps/ace_common/apps.py
Normal file
7
openedx/core/djangoapps/ace_common/apps.py
Normal 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')
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user