Skip to content

Commit

Permalink
feat: add signals_config in apps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Feb 2, 2024
1 parent 548d7a3 commit c49526e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platform_plugin_turnitin/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,15 @@ class PlatformPluginTurnitinConfig(AppConfig):
"production": {"relative_path": "settings.production"},
},
},
"signals_config": {
"lms.djangoapp": {
"relative_path": "tasks",
"receivers": [
{
"receiver_func_name": "ora_submission_created",
"signal_path": "openedx_events.learning.signals.ORA_SUBMISSION_CREATED",
},
],
}
},
}

0 comments on commit c49526e

Please sign in to comment.