From ad9886585e469e93280cc563577ac8b0f535ace4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 5 Sep 2025 14:16:34 +0200 Subject: ✨ templates: short_date filter, NOW and TIME variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 06a40981d..6e93515e3 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -98,9 +98,8 @@ LANGUAGE_CODE = "fr-fr" COUNTRY = "fr" -OOOK_DATE_FORMAT = "%-d %B %Y" -OOO_DATE_FORMAT = "%-d %B %Y" DATE_FORMAT = "%-d %B %Y" +SHORT_DATE_FORMAT = "%d/%m/%Y" SITE_ID = 1 -- cgit v1.2.3