Merge pull request #23032 from cpennington/course-date-signall-installed-app

Add course_date_signals to INSTALLED_APPS
This commit is contained in:
Calen Pennington
2020-02-06 13:20:02 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -1417,6 +1417,9 @@ INSTALLED_APPS = [
# so sample_task is available to celery workers
'openedx.core.djangoapps.heartbeat',
# signal handlers to capture course dates into edx-when
'openedx.core.djangoapps.course_date_signals',
]

View File

@@ -2490,6 +2490,9 @@ INSTALLED_APPS = [
# so sample_task is available to celery workers
'openedx.core.djangoapps.heartbeat',
# signal handlers to capture course dates into edx-when
'openedx.core.djangoapps.course_date_signals',
]
######################### CSRF #########################################