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

@@ -283,6 +283,13 @@ EDX_API_KEY = None
####################### Shoppingcart ###########################
MITX_FEATURES['ENABLE_SHOPPING_CART'] = True
###################### Grade Downloads ######################
GRADES_DOWNLOAD = {
'STORAGE_TYPE' : 'localfs',
'BUCKET' : 'edx-grades',
'ROOT_PATH' : '/tmp/edx-s3/grades',
}
#####################################################################
# Lastly, see if the developer has any local overrides.
try: