From a0cfc6985e2ede4811c368c360f959a54a621dc3 Mon Sep 17 00:00:00 2001 From: Mjumbe Poe Date: Sat, 16 Nov 2024 21:26:48 -0500 Subject: [PATCH] Set USE_TZ explicitly to get rid of deprecation error --- testsettings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsettings.py b/testsettings.py index e6c03b3..3f25af4 100644 --- a/testsettings.py +++ b/testsettings.py @@ -1,3 +1,5 @@ +USE_TZ = True + DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3',