Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
2 additions and
2 deletions
-
hc/settings.py
|
@ -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 |
|
|
|
|
|
|
|
|