ECOM-1590: added the min_grade as a requirements

This commit is contained in:
aamir-khan
2015-05-20 19:32:23 +05:00
parent c48dccce5c
commit 97b5ff7e8b
12 changed files with 697 additions and 4 deletions

View File

@@ -2359,3 +2359,13 @@ PREVIEW_DOMAIN = 'preview'
# Sets the maximum number of courses listed on the homepage
# If set to None, all courses will be listed on the homepage
HOMEPAGE_COURSE_MAX = None
################################ Settings for Credit Course Requirements ################################
# Initial delay used for retrying tasks.
# Additional retries use longer delays.
# Value is in seconds.
CREDIT_TASK_DEFAULT_RETRY_DELAY = 30
# Maximum number of retries per task for errors that are not related
# to throttling.
CREDIT_TASK_MAX_RETRIES = 5