compute grades task register

https://openedx.atlassian.net/browse/EDUCATOR-388
This commit is contained in:
Gregory Martin
2017-05-12 10:58:47 -04:00
parent 8312abdb3a
commit 70905c8aab

View File

@@ -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',
}