From b139faab718ebb6020e8e7eeaaad212d72fee256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Hovm=C3=B6ller?= Date: Mon, 25 Nov 2024 15:30:45 +0100 Subject: [PATCH] Template for new project should opt in to multiline templates --- django/conf/project_template/project_name/settings.py-tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/django/conf/project_template/project_name/settings.py-tpl b/django/conf/project_template/project_name/settings.py-tpl index 5631ec9a31..52772bcb0e 100644 --- a/django/conf/project_template/project_name/settings.py-tpl +++ b/django/conf/project_template/project_name/settings.py-tpl @@ -62,6 +62,7 @@ TEMPLATES = [ 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', ], + 'multiline': True, }, }, ]