Skip to content

Commit a0cfc69

Browse files
committed
Set USE_TZ explicitly to get rid of deprecation error
1 parent a37e6d4 commit a0cfc69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testsettings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
USE_TZ = True
2+
13
DATABASES = {
24
'default': {
35
'ENGINE': 'django.db.backends.sqlite3',

0 commit comments

Comments
 (0)