diff --git a/edx_django_utils/plugins/docs/how_tos/how_to_create_a_plugin_app.rst b/edx_django_utils/plugins/docs/how_tos/how_to_create_a_plugin_app.rst index ef3287eb..0fd9e72f 100644 --- a/edx_django_utils/plugins/docs/how_tos/how_to_create_a_plugin_app.rst +++ b/edx_django_utils/plugins/docs/how_tos/how_to_create_a_plugin_app.rst @@ -38,7 +38,7 @@ class:: from django.apps import AppConfig from edx_django_utils.plugins.constants import ( - PluginURLs, PluginSettings, PluginContexts + PluginURLs, PluginSettings, PluginSignals, PluginContexts ) class MyAppConfig(AppConfig): name = 'full_python_path.my_app'