Skip to content

Commit

Permalink
Add USE_TZ to test settings. (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Nov 16, 2021
1 parent c5465ad commit f23a205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest_django_test/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
]

DATABASE_ROUTERS = ['pytest_django_test.db_router.DbRouter']

USE_TZ = True

0 comments on commit f23a205

Please sign in to comment.