chore: Disable L10N localization

This commit is contained in:
Jennifer Richards 2023-05-17 12:52:34 -03:00
parent 8cf609bfa9
commit f85978fe24
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -101,6 +101,10 @@ SITE_ID = 1
# to load the internationalization machinery.
USE_I18N = False
# Django 4.0 changed the default setting of USE_L10N to True. The setting
# is deprecated and will be removed in Django 5.0.
USE_L10N = False
USE_TZ = True
USE_DEPRECATED_PYTZ = True # supported until Django 5