Implement celery task to award program certs.

ECOM-3354
This commit is contained in:
jsa
2016-01-26 13:14:34 -05:00
parent 409a947c0d
commit 92aa346fdf
13 changed files with 665 additions and 65 deletions

View File

@@ -1113,3 +1113,8 @@ OAUTH_ID_TOKEN_EXPIRATION = 5 * 60
# Partner support link for CMS footer
PARTNER_SUPPORT_EMAIL = ''
################################ Settings for Credentials Service ################################
CREDENTIALS_SERVICE_USERNAME = 'credentials_service_user'