Skip to content
Snippets Groups Projects
Commit f951ffc4 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

The USE_L10N setting is deprecated in Django 4.0, always enabled from 5.0

parent 1cf3174d
No related branches found
No related tags found
1 merge request!211Bump dependencies
Pipeline #104532 passed
......@@ -188,7 +188,6 @@ OIDC_TRUSTED_AUDIENCES = []
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = False
USE_TZ = True
DATETIME_FORMAT = "c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment