Set LOCALE_PATHS

This commit is contained in:
Tano Abeleyra 2019-05-17 12:34:32 -03:00
parent ecc5a73aff
commit 63a184f072

View File

@ -35,6 +35,8 @@ USE_I18N = True
USE_L10N = True
# https://docs.djangoproject.com/en/dev/ref/settings/#use-tz
USE_TZ = True
# https://docs.djangoproject.com/en/dev/ref/settings/#locale-paths
LOCALE_PATHS = [ROOT_DIR.path("locale")]
# DATABASES
# ------------------------------------------------------------------------------