Merge pull request #23700 from edx/ahtisham/PROD-1295

Fixed reference error in poll task
This commit is contained in:
Ahtisham Shahid
2020-04-17 18:09:40 +05:00
committed by GitHub

View File

@@ -2105,6 +2105,7 @@ DEBUG_TOOLBAR_PATCH_SETTINGS = False
# Tasks are only registered when the module they are defined in is imported.
CELERY_IMPORTS = (
'openedx.core.djangoapps.programs.tasks.v1.tasks',
'poll.tasks'
)
# Message configuration