From f16e30d07859678a24d2e9aec2e79a2c122feca8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 May 2023 15:16:39 +0200 Subject: Sheet town: layout improvement, display associated operation, site, files --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index ed70a6b59..d6bc19bcd 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -111,6 +111,7 @@ USE_I18N = True # If you set this to False, Django will not format dates, numbers and # calendars according to the current locale USE_L10N = True +USE_THOUSAND_SEPARATOR = True LANGUAGES = ( ("fr", "Français"), ("en", "English"), -- cgit v1.2.3