|
|
@@ -128,7 +128,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|
|
# Internationalization
|
|
|
# https://docs.djangoproject.com/en/5.1/topics/i18n/
|
|
|
|
|
|
-LANGUAGE_CODE = 'es-es'
|
|
|
+LANGUAGE_CODE = 'es'
|
|
|
|
|
|
TIME_ZONE = 'Europe/Madrid'
|
|
|
|
|
|
@@ -140,6 +140,8 @@ I18N = True
|
|
|
L10N = True
|
|
|
DECIMAL_SEPARATOR = ','
|
|
|
THOUSAND_SEPARATOR = '.'
|
|
|
+USE_THOUSAND_SEPARATOR = True
|
|
|
+
|
|
|
|
|
|
# Static files (CSS, JavaScript, Images)
|
|
|
# https://docs.djangoproject.com/en/5.1/howto/static-files/
|