From a8ba43133fb6244fdf449cebe5bbc40abf5c2a0a Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 4 Mar 2020 11:27:07 -0500 Subject: [PATCH] Remove schedules plugin from cms.djangoapps listing --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index b87c71102d..50f3640e67 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,6 @@ setup( "discussion = lms.djangoapps.discussion.apps:DiscussionConfig", "olx_rest_api = openedx.core.djangoapps.olx_rest_api.apps:OlxRestApiAppConfig", "plugins = openedx.core.djangoapps.plugins.apps:PluginsConfig", - "schedules = openedx.core.djangoapps.schedules.apps:SchedulesConfig", "theming = openedx.core.djangoapps.theming.apps:ThemingConfig", "bookmarks = openedx.core.djangoapps.bookmarks.apps:BookmarksConfig", "zendesk_proxy = openedx.core.djangoapps.zendesk_proxy.apps:ZendeskProxyConfig",