Browse Source
Remove USE_I18N and USE_L10N from settings
They have the default values and so are redundant.
pull/456/head
Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
0 additions and
2 deletions
-
hc/settings.py
|
|
@ -145,8 +145,6 @@ if os.getenv("DB") == "mysql": |
|
|
|
|
|
|
|
USE_TZ = True |
|
|
|
TIME_ZONE = "UTC" |
|
|
|
USE_I18N = True |
|
|
|
USE_L10N = False |
|
|
|
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),) |
|
|
|
|
|
|
|
SITE_ROOT = os.getenv("SITE_ROOT", "http://localhost:8000") |
|
|
|