diff --git a/acronomy/settings.py b/acronomy/settings.py index 48c260b..1f70e4c 100644 --- a/acronomy/settings.py +++ b/acronomy/settings.py @@ -103,9 +103,9 @@ LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' -USE_I18N = True +USE_I18N = False -USE_L10N = True +USE_L10N = False USE_TZ = True