Not using I18N so turning it off.

This commit is contained in:
Pēteris Caune 2019-06-21 13:12:05 +03:00
parent 479208abf0
commit 4867fab291
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -135,9 +135,9 @@ if os.getenv("DB") == "mysql":
TIME_ZONE = "UTC"
USE_I18N = True
USE_I18N = False
USE_L10N = True
USE_L10N = False
USE_TZ = True