Merge pull request #16367 from edx/pwnage101/verify_student_app_startup_2

Specify the full path to the verify_studen app config
This commit is contained in:
Troy Sankey
2017-10-27 12:14:34 -04:00
committed by GitHub

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