diff --git a/zproject/computed_settings.py b/zproject/computed_settings.py index 84f5463a85..c36f93b1de 100644 --- a/zproject/computed_settings.py +++ b/zproject/computed_settings.py @@ -145,10 +145,6 @@ LANGUAGE_CODE = "en-us" # 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 - # If you set this to False, Django will not use time-zone-aware datetimes. USE_TZ = True