Browse Source

Merge branch 'master' of github.com:interlegis/sapl

pull/1310/head 3.1.15-BETA
Edward Ribeiro 8 years ago
parent
commit
bb446ab8e2
  1. 4
      sapl/settings.py

4
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'

Loading…
Cancel
Save