Skip to content

Commit

Permalink
Add USE_TZ setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 7, 2021
1 parent 4962cf7 commit 05cdbf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
}

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

USE_TZ = False

0 comments on commit 05cdbf1

Please sign in to comment.