1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #11189: Fix localization of dates & numbers

This commit is contained in:
jeremystretch
2022-12-16 08:43:05 -05:00
parent 9f15ca2d90
commit 2738da2d39
2 changed files with 2 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ MIDDLEWARE = [
'django_prometheus.middleware.PrometheusBeforeMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',