Skip to content

Commit

Permalink
Remove deprecated settings for timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard committed Nov 22, 2024
1 parent 9f03508 commit 528a4d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"simple_history",
"axes",
"django_chunk_upload_handlers",
"csp",
]

ROOT_URLCONF = "config.urls"
Expand Down Expand Up @@ -147,8 +146,6 @@
LANGUAGE_CODE = "en-gb" # must be gb for date entry to work
TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True


# Remove extra details in the label
Expand Down

0 comments on commit 528a4d6

Please sign in to comment.