From 9609fcafe7a01d9f52c01fe180cbdbc187bd646f Mon Sep 17 00:00:00 2001 From: Bidot-Naude Thomas <thomas.bidotnaude@student-cs.fr> Date: Fri, 12 Feb 2021 19:00:09 +0100 Subject: [PATCH] Ajout 3 filtres pour etablissement V2 --- oser_backend/settings/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oser_backend/settings/common.py b/oser_backend/settings/common.py index 9579af4..d5b6805 100644 --- a/oser_backend/settings/common.py +++ b/oser_backend/settings/common.py @@ -255,10 +255,10 @@ EMAIL_PORT = 587 EMAIL_USE_TLS = True # Toggle sandbox mode (when running in DEBUG mode) -SENDGRID_SANDBOX_MODE_IN_DEBUG=False +SENDGRID_SANDBOX_MODE_IN_DEBUG = False # echo to stdout or any other file-like object that is passed to the backend via the stream kwarg. -SENDGRID_ECHO_TO_STDOUT=True +SENDGRID_ECHO_TO_STDOUT = True # Mails app config -- GitLab