diff --git a/requirements.txt b/requirements.txt index 7e289c97e..785cf1781 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ beautifulsoup4 model_mommy django-admin-bootstrapped django-bootstrap3 +pytz ipdb django-extensions diff --git a/sapl/settings.py b/sapl/settings.py index 7960b04e2..73927865f 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -117,15 +117,10 @@ DATABASE_ROUTERS = ['legacy.router.LegacyRouter', ] # Internationalization # https://docs.djangoproject.com/en/1.8/topics/i18n/ - -LANGUAGE_CODE = 'en-us' - -TIME_ZONE = 'UTC' - +LANGUAGE_CODE = 'pt-br' +TIME_ZONE = 'America/Sao_Paulo' USE_I18N = True - USE_L10N = True - USE_TZ = True