From e306273333008fbe22b7bc2b26eb40be45a54cd6 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Tue, 17 Nov 2015 13:48:17 -0200 Subject: [PATCH] Change date input in settings.py --- sapl/settings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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',