diff options
Diffstat (limited to 'example_project/settings.py')
-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"), |