Browse Source

Not using I18N so turning it off.

pull/272/head
Pēteris Caune 5 years ago
parent
commit
4867fab291
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      hc/settings.py

+ 2
- 2
hc/settings.py View File

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


Loading…
Cancel
Save