MCA Weekend Islamic School Volunteer Scheduling Application
- Python 3
- Pip3
- Virtualenv
- PostgreSQL
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
python manage.py email_reminders --hours_from_now 168
The optional hours_from_now
flag sets the value for N, where email reminders
are sent to volunteers who have signed up for a volunteering date within the
next N hours.
The default value is 168 hours (1 week)