Skip to content

Commit a906117

Browse files
committed
Resolve Django 5 deprecation warning
1 parent b45dba2 commit a906117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
INSTALLED_APPS = ["tests"]
2121

2222
SECRET_KEY = "test"
23+
USE_TZ = False

0 commit comments

Comments
 (0)