forked from GithubBackups/healthchecks
Remove USE_I18N and USE_L10N from settings
They have the default values and so are redundant.
This commit is contained in:
parent
816c158744
commit
cdd2e98bd0
@ -145,8 +145,6 @@ if os.getenv("DB") == "mysql":
|
|||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
TIME_ZONE = "UTC"
|
TIME_ZONE = "UTC"
|
||||||
USE_I18N = True
|
|
||||||
USE_L10N = False
|
|
||||||
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)
|
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)
|
||||||
|
|
||||||
SITE_ROOT = os.getenv("SITE_ROOT", "http://localhost:8000")
|
SITE_ROOT = os.getenv("SITE_ROOT", "http://localhost:8000")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user