Skip to content

Commit

Permalink
chore: remove setting that Django 5.0 has removed
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Dec 20, 2023
1 parent 13bcb1b commit 0abbf67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def _filter_empty(ls):
LOCALE_PATHS = [os.path.join(BASE_DIR, "benefits", "locale")]

USE_I18N = True
USE_L10N = True

TIME_ZONE = "UTC"
USE_TZ = True
Expand Down

0 comments on commit 0abbf67

Please sign in to comment.