Skip to content

Commit f23a205

Browse files
authored
Add USE_TZ to test settings. (#958)
1 parent c5465ad commit f23a205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_django_test/settings_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
]
3030

3131
DATABASE_ROUTERS = ['pytest_django_test.db_router.DbRouter']
32+
33+
USE_TZ = True

0 commit comments

Comments
 (0)