Browse Source

Revertendo configuração de timezone do settings.py

pull/1310/head
Edward Ribeiro 8 years ago
parent
commit
a38d06da2c
  1. 6
      sapl/settings.py

6
sapl/settings.py

@ -204,9 +204,9 @@ LANGUAGES = (
)
TIME_ZONE = 'America/Sao_Paulo'
USE_I18N = True
USE_L10N = True
USE_TZ = True
USE_I18N = False
USE_L10N = False
USE_TZ = False
# DATE_FORMAT = 'N j, Y'
DATE_FORMAT = 'd/m/Y'
SHORT_DATE_FORMAT = 'd/m/Y'

Loading…
Cancel
Save