Merge pull request #17093 from edx/arch/django-app-plugin
Django App Plugins
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Support for course tool plugins.
|
||||
"""
|
||||
from openedx.core.lib.api.plugins import PluginManager
|
||||
from openedx.core.lib.plugins import PluginManager
|
||||
|
||||
# Stevedore extension point namespace
|
||||
COURSE_TOOLS_NAMESPACE = 'openedx.course_tool'
|
||||
|
||||
Reference in New Issue
Block a user