Commit c6ee8eb6 by Nimisha Asthagiri

Move ACE Common code out of Schedules

parent 94c5cce7
default_app_config = 'openedx.core.djangoapps.ace_common.apps.AceCommonConfig'
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')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment