Enable commas for float thousands separation

This commit is contained in:
Joe Banks
2024-10-19 15:47:28 +01:00
parent be7b595edb
commit 2d83dad44c

View File

@@ -224,6 +224,8 @@ USE_L10N = True
USE_TZ = True
USE_THOUSAND_SEPARATOR = True
# Need to allow seconds as datetime-local input type spits out a time that has seconds
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M', '%Y-%m-%dT%H:%M:%S')