Skip to content

Commit 5d40092

Browse files
committed
chore: Cleanup warnings
1 parent d1c6993 commit 5d40092

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

example/tumblelog/tumblelog/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
# to load the internationalization machinery.
4040
USE_I18N = True
4141

42-
# If you set this to False, Django will not format dates, numbers and
43-
# calendars according to the current locale.
44-
USE_L10N = True
45-
4642
# If you set this to False, Django will not use timezone-aware datetimes.
4743
USE_TZ = True
4844

tests/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
# to load the internationalization machinery.
3737
USE_I18N = True
3838

39-
# If you set this to False, Django will not format dates, numbers and
40-
# calendars according to the current locale.
41-
USE_L10N = True
42-
4339
# If you set this to False, Django will not use timezone-aware datetimes.
4440
USE_TZ = True
4541

0 commit comments

Comments
 (0)