chore: Add USE_DEPRECATED_PYTZ to settings.py

This commit is contained in:
Jennifer Richards 2023-05-16 16:20:51 -03:00
parent e7ae72bce5
commit 88452a2db1
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -102,6 +102,8 @@ SITE_ID = 1
USE_I18N = False
USE_TZ = True
USE_DEPRECATED_PYTZ = True # supported until Django 5
# Default primary key field type to use for models that dont have a field with primary_key=True.
# In the future (relative to 4.2), the default will become 'django.db.models.BigAutoField.'