From 32402aba3eee0ee9de137fa062bdd09bd861b8ec Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 7 Dec 2021 05:37:36 +0100 Subject: [PATCH] Add django-sendmail-backend The version is fixed, because updates may not be trustworthy. This version I have read :-) --- constraints.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/constraints.txt b/constraints.txt index e717281..5f19de0 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1,2 @@ Django>=3.1 +django-sendmail-backend==0.1.2 diff --git a/requirements.txt b/requirements.txt index 4f285a4..c659cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ Django django-autocomplete-light +django_sendmail_backend