Merge pull request #23032 from cpennington/course-date-signall-installed-app
Add course_date_signals to INSTALLED_APPS
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -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 #########################################
|
||||
|
||||
Reference in New Issue
Block a user