azavea / pfb-network-connectivity

PFB Bicycle Network Connectivity
Other
39 stars 10 forks source link

Fix email sending #870

Closed aaronxsu closed 2 years ago

aaronxsu commented 2 years ago

Overview

This PR updates the EMAIL_BACKEND in settings.py so that it matches the suggested settings in django-amazon-ses v2.1.1, since the trackback in the original issue seems to suggest that it ran into module import issue of this dependency, and that this module change in this dep happened in the upgrade of 0.3.2 -> 2.1.1.

This PR also removes ipython installation from deployment/aws-batch/Dockerfile and src/verifier/Dockerfile, and it pins the base image python version in deployment/aws-batch/Dockerfile.

Testing Instructions

Checklist

Resolves https://github.com/azavea/pfb-network-connectivity/issues/818