Merge pull request #23700 from edx/ahtisham/PROD-1295
Fixed reference error in poll task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user