forked from GithubBackups/healthchecks
Set USE_L10N to False until we've fixed issues caused by decimal comma formatting in templates. Fixes #416
This commit is contained in:
parent
d73de68f70
commit
b2a1c0d343
@ -146,7 +146,7 @@ if os.getenv("DB") == "mysql":
|
||||
USE_TZ = True
|
||||
TIME_ZONE = "UTC"
|
||||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
USE_L10N = False
|
||||
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)
|
||||
|
||||
SITE_ROOT = os.getenv("SITE_ROOT", "http://localhost:8000")
|
||||
|
Loading…
x
Reference in New Issue
Block a user