Add course_date_signals to INSTALLED_APPS

This commit is contained in:
Calen Pennington
2020-02-06 12:46:42 -05:00
parent cea795b02e
commit 1ac16660a0
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 #########################################