feat: add course enrollment email task (#31241)

This commit is contained in:
Shahbaz Shabbir
2022-11-18 17:25:52 +05:00
committed by GitHub
parent de0b132f10
commit ee6f3164c3
7 changed files with 433 additions and 9 deletions

View File

@@ -2695,3 +2695,10 @@ INACTIVE_USER_LOGIN = True
# Redirect URL for inactive user. If not set, user will be redirected to /login after the login itself (loop)
INACTIVE_USER_URL = f'http://{CMS_BASE}'
######################## BRAZE API SETTINGS ########################
EDX_BRAZE_API_KEY = None
EDX_BRAZE_API_SERVER = None
BRAZE_COURSE_ENROLLMENT_CANVAS_ID = ''