Skip to content

Commit

Permalink
Merge branch 'main' into john/pipeline-perf-improvement-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaldwin committed Feb 24, 2022
2 parents c6693fe + 9856174 commit 906e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsite/devsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# certificates app
if OPENEDX_RELEASE == 'GINKGO':
INSTALLED_APPS.append('certificates')
INSTALLED_APPS.append('courseware')
INSTALLED_APPS.append('lms.djangoapps.courseware')
elif OPENEDX_RELEASE == 'HAWTHORN':
INSTALLED_APPS.append('lms.djangoapps.certificates')
INSTALLED_APPS.append('courseware')
Expand Down

0 comments on commit 906e5da

Please sign in to comment.