Skip to content
Snippets Groups Projects
Commit c6ee8eb6 authored by Nimisha Asthagiri's avatar Nimisha Asthagiri
Browse files

Move ACE Common code out of Schedules

parent 94c5cce7
No related merge requests found
Showing
with 8 additions and 0 deletions
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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment