Commit 277fb1d2 by Gregory Martin Committed by GitHub

Merge pull request #15103 from edx/yro-register_compute_grades

Register compute grades task in CMS
parents 6c4fbd3c 70905c8a
......@@ -34,4 +34,6 @@ class Router(AlternateEnvironmentRouter):
return {
'openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache': 'lms',
'openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache_v2': 'lms',
'openedx.core.djangoapps.grades.tasks.compute_grades_for_course': 'lms',
'openedx.core.djangoapps.grades.tasks.compute_grades_for_course_v2': 'lms',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment