Skip to content

Commit

Permalink
docs: Fix code example to include PluginSignals import (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Jan 3, 2024
1 parent eeb6bd6 commit eee9837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit eee9837

Please sign in to comment.