Specify the full path to the verify_studen app config

This fixes a bug introduced in 3be0fa81
This commit is contained in:
Troy Sankey
2017-10-27 11:19:06 -04:00
parent 4e131a4266
commit 36a6a5e584

View File

@@ -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',