appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Fix enrollment data backfill Django management command #432

Closed johnbaldwin closed 2 years ago

johnbaldwin commented 2 years ago

Update backfill_figures_enrollment_data Django management command to use new workflow

At the core, this is really just a convenience wrapper around figures.tasks.backfill_enrollment_data_for_course

As we use it, we'll iterate on CLI to improve usability.