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:
committed by
Sarina Canelake
parent
8d01a36e54
commit
e0aa8cf78a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user