From df9eb1c635a035c332792ffe0c6389e35ed971d7 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jul 2017 16:52:15 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20reseta=20valores=20de=20i18n=20e=20l?= =?UTF-8?q?ocaliza=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reseta valores originais de i18n e localização. --- sapl/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/settings.py b/sapl/settings.py index cefd6b2a8..d6590c5b4 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -204,8 +204,8 @@ LANGUAGES = ( ) TIME_ZONE = 'America/Sao_Paulo' -USE_I18N = False -USE_L10N = False +USE_I18N = True +USE_L10N = True USE_TZ = False # DATE_FORMAT = 'N j, Y' DATE_FORMAT = 'd/m/Y'