mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Disable I10N to restore pre-4.0 datetime formatting
This commit is contained in:
@ -377,6 +377,7 @@ AUTHENTICATION_BACKENDS = [
|
|||||||
# Internationalization
|
# Internationalization
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
|
USE_L10N = False
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
# WSGI
|
# WSGI
|
||||||
|
Reference in New Issue
Block a user