Files
edx-platform/lms
Zainab Amir 2dbae49869 LEARNER-6946 management command to send verification expiry email
Template for email added (email/verification_expiry_email)
The management command filters the SoftwareSecurePhotoVerification model on the basis of following criteria :
-- the verification is approved
-- the start_date < expiry_date < today or specified days have passed to resend email
After the basic filtering batches are created to send email. For each verification in a batch email is sent and
email_expiry_date is set to 15 days from today (default days are 15, it can be changed too)
Between each batch there is a delay of sleep_time seconds
2019-03-07 14:31:27 +05:00
..
2018-06-06 10:34:56 -04:00
2019-02-12 11:03:46 -05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.