Files
edx-platform/common/djangoapps
Kyle McCormick 21adbc4b87 fix: Rename send_activation_email task (step 2/3)
The old name is
`student.send_activation_email`.

The new name is
`common.djangoapps.student.tasks.send_activation_email`.

We currently register both the old and the new task names,
such that Celery workers recognize the task by both names.
This commit switches us from the old name to the new name.
2021-02-02 10:31:38 -05:00
..
2019-12-30 10:35:30 -05:00
2021-02-02 18:36:41 +05:00
2021-02-02 19:19:33 +05:00
2021-02-02 13:38:45 +05:00
2021-02-02 14:37:08 +05:00