Browse Source

Adicionar time_zone nos settings

pull/122/head
Sesostris Vieira 3 years ago
parent
commit
009580927c
  1. 1
      sigi/settings/base.py

1
sigi/settings/base.py

@ -95,6 +95,7 @@ LANGUAGE_CODE = 'pt-br'
USE_I18N = True
USE_L10N = True
USE_THOUSAND_SEPARATOR = True
TIME_ZONE = "America/Sao_Paulo"
gettext_noop = lambda s: s # for gettext discovery
LANGUAGES = (

Loading…
Cancel
Save