Skip to content

Commit

Permalink
Merge pull request #423 from appsembler/cp-ponytojas-ginkgo-fix
Browse files Browse the repository at this point in the history
πŸ›  Trying to fix an issue witj GINKGO
  • Loading branch information
OmarIthawi authored Feb 17, 2022
2 parents 4315bf0 + 37cd384 commit 9856174
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 @@ -92,7 +92,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 9856174

Please sign in to comment.