diff options
Diffstat (limited to 'django/conf/project_template/settings.py')
| -rw-r--r-- | django/conf/project_template/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index ee08e9712b..ee4c9b5e96 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -39,6 +39,10 @@ SITE_ID = 1 # to load the internationalization machinery. 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 + # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" MEDIA_ROOT = '' |
