Skip to content

Commit c12e62d

Browse files
committed
Set USE_TZ to True in test settings
1 parent 8d5e7f6 commit c12e62d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testsettings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
"root": {"handlers": ["console"], "level": "INFO",},
2020
"loggers": {"django_dbq": {"level": "CRITICAL", "propagate": True,},},
2121
}
22+
23+
USE_TZ = True

0 commit comments

Comments
 (0)