Skip to content

reminder emails

adavidramos edited this page Nov 2, 2014 · 1 revision

To test reminder emails, you'll need to run a command.

  1. Open a second terminal window.

  2. cd to the directory that contains the kcdc project.

  3. run the command python manage.py send_reminder_emails 3
    (Where "3" is the number of days out you'll want to send reminders.)

Results will also appear in the first terminal window.

Clone this wiki locally