Comment default fail_silently=False behavior

This commit is contained in:
Klaas van Schelven
2025-10-26 22:50:44 +01:00
parent 32be257172
commit 2b5d2f90ba

View File

@@ -46,7 +46,7 @@ def send_rendered_email(subject, base_template_name, recipient_list, context=Non
msg.attach_alternative(html_content, "text/html")
msg.send()
msg.send(fail_silently=False) # (fail_silently=False is the default)
def get_model_topography():