Skip to content

Commit eabe9e9

Browse files
committed
Add info to setting 2
1 parent e8892a6 commit eabe9e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ralph/settings/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ def _gen():
205205
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)
206206
TIME_ZONE = "Europe/Warsaw"
207207
USE_I18N = bool_from_env("USE_I18N", True)
208-
USE_L10N = bool_from_env("USE_L10N", True) # Django complains, but removing it breaks things
208+
USE_L10N = bool_from_env( # Django complains, but removing it breaks things
209+
"USE_L10N", True
210+
)
209211
USE_TZ = False
210212

211213
STATIC_URL = "/static/"

0 commit comments

Comments
 (0)