diff --git a/openedx/core/djangoapps/schedules/apps.py b/openedx/core/djangoapps/schedules/apps.py index a05be5447f..de788a11da 100644 --- a/openedx/core/djangoapps/schedules/apps.py +++ b/openedx/core/djangoapps/schedules/apps.py @@ -6,6 +6,8 @@ class SchedulesConfig(AppConfig): name = 'openedx.core.djangoapps.schedules' verbose_name = _('Schedules') + plugin_app = {} + def ready(self): # noinspection PyUnresolvedReferences from . import signals, tasks # pylint: disable=unused-variable