From df4c4f3eb68a089414aabb6ae57b5e1d896fe9a6 Mon Sep 17 00:00:00 2001 From: ilee2u Date: Tue, 12 Mar 2024 14:28:57 -0400 Subject: [PATCH] fix: possible fix for red herring error - NotImplementedError: No proctoring backend configured for 'lti_external'. - Possibly caused by 'lti_external' not being on the allowed list --- edx_proctoring/apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edx_proctoring/apps.py b/edx_proctoring/apps.py index eba34af3077..0e677a102ee 100644 --- a/edx_proctoring/apps.py +++ b/edx_proctoring/apps.py @@ -26,6 +26,7 @@ 'help_center_article_url', 'integration_specific_email', 'learner_notification_from_email', + 'lti_external', 'needs_oauth', 'organization', 'passing_statuses',