Merge pull request #593 from foarsitter/use_tz

USE_TZ = True
This commit is contained in:
Jelmer 2024-03-22 16:27:59 +01:00 committed by GitHub
commit 1e481c4a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,4 +33,4 @@ CACHES = {
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
USE_TZ = False
USE_TZ = True