Skip to content

Commit

Permalink
chore: Cleanup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 3, 2023
1 parent d1c6993 commit 5d40092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions example/tumblelog/tumblelog/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
# to load the internationalization machinery.
USE_I18N = True

# If you set this to False, Django will not format dates, numbers and
# calendars according to the current locale.
USE_L10N = True

# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True

Expand Down
4 changes: 0 additions & 4 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
# to load the internationalization machinery.
USE_I18N = True

# If you set this to False, Django will not format dates, numbers and
# calendars according to the current locale.
USE_L10N = True

# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True

Expand Down

0 comments on commit 5d40092

Please sign in to comment.