Grade report celery task and direct file push to S3 from the new instructor dashboard.

Hook up display of grade files ready for download to new instructor dashboard.

LMS-58
This commit is contained in:
David Ormsbee
2013-11-14 16:08:53 -05:00
committed by Sarina Canelake
parent 8d01a36e54
commit e0aa8cf78a
15 changed files with 548 additions and 18 deletions

View File

@@ -75,7 +75,6 @@ def instructor_task_status(request):
'traceback': optional, returned if task failed and produced a traceback.
"""
output = {}
if 'task_id' in request.REQUEST:
task_id = request.REQUEST['task_id']