From 36a6a5e5840d9aa6520a35c96feebd5be587b3ab Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Fri, 27 Oct 2017 11:19:06 -0400 Subject: [PATCH] Specify the full path to the verify_studen app config This fixes a bug introduced in 3be0fa81 --- cms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 4d06c8b30a..4dc93a7575 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1036,7 +1036,7 @@ INSTALLED_APPS = [ # These are apps that aren't strictly needed by Studio, but are imported by # other apps that are. Django 1.8 wants to have imported models supported # by installed apps. - 'lms.djangoapps.verify_student', + 'lms.djangoapps.verify_student.apps.VerifyStudentConfig', # Microsite configuration application 'microsite_configuration',