diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 15:16:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 15:16:39 +0200 |
commit | f16e30d07859678a24d2e9aec2e79a2c122feca8 (patch) | |
tree | 2a93eeb1a982ddf4e15b3340708b54294b4d8e57 /example_project | |
parent | ed069c6e34386792abd27efa79a91c30a42bd576 (diff) | |
download | Ishtar-f16e30d07859678a24d2e9aec2e79a2c122feca8.tar.bz2 Ishtar-f16e30d07859678a24d2e9aec2e79a2c122feca8.zip |
Sheet town: layout improvement, display associated operation, site, files
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |