소스 검색

Cambios para locale

Celestino Rey 8 달 전
부모
커밋
71b0fef10a
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/reymota/settings.py

+ 2 - 3
src/reymota/settings.py

@@ -133,14 +133,13 @@ LANGUAGE_CODE = 'es'
 TIME_ZONE = 'Europe/Madrid'
 
 USE_I18N = True
-USE_L10N = True
 
 USE_TZ = True
 I18N = True
-L10N = True
+
+USE_THOUSAND_SEPARATOR = True
 DECIMAL_SEPARATOR = ','
 THOUSAND_SEPARATOR = '.'
-USE_THOUSAND_SEPARATOR = True
 
 
 # Static files (CSS, JavaScript, Images)