Send confirmation emails on application submission

This commit is contained in:
Neil Martinsen-Burrell 2023-02-13 14:19:50 -06:00
parent 3e46683d62
commit 884a58cf10
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
9 changed files with 594 additions and 216 deletions

View file

@ -22,6 +22,7 @@ cachetools = "*"
requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*"
[dev-packages]
django-debug-toolbar = "*"
@ -34,3 +35,5 @@ types-requests = "*"
django-stubs = "*"
django-webtest = "*"
types-cachetools = "*"
boto3-mocking = "*"
boto3-stubs = "*"