A service for generating small templated cover letters. https://undercover.sagev.space
Go to file
Sage Vaillancourt d358c55017 Add basic fallbacks for missing db/email creds.
Fallbacks may eventually warrant their own file.
Use f-strings to format password-reset emails.
Automatically delete email-reset rows after 15 minutes.
 - Cute, but a proper vacuum would likely be more robust.
Remove deprecated FLASK_ENV use.
Use exceptions in generate_pdf()
2022-09-26 17:00:21 -04:00
letter_templates Some project re-org, and add pytest. 2022-09-23 11:35:56 -04:00
tests Some project re-org, and add pytest. 2022-09-23 11:35:56 -04:00
undercover Add basic fallbacks for missing db/email creds. 2022-09-26 17:00:21 -04:00
.gitignore Git should ignore successful init file 2021-07-28 23:29:06 -04:00
init Add email validation 2022-09-24 17:20:38 -04:00
pyproject.toml Some project re-org, and add pytest. 2022-09-23 11:35:56 -04:00
requirements.txt Add functionality for password-reset emails. 2022-09-26 01:38:17 +00:00
start Add basic fallbacks for missing db/email creds. 2022-09-26 17:00:21 -04:00