diff --git a/sapl/settings.py b/sapl/settings.py index 255293668..fc16d2d82 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -114,9 +114,11 @@ DATABASES = { # https://docs.djangoproject.com/en/1.8/topics/i18n/ LANGUAGE_CODE = 'pt-br' TIME_ZONE = 'America/Sao_Paulo' -USE_I18N = True -USE_L10N = True +USE_I18N = False +USE_L10N = False USE_TZ = True +# DATE_FORMAT = 'N j, Y' +DATE_FORMAT = 'd/m/Y' LOCALE_PATHS = ( 'locale',