Activated USE_TZ to fix tests before django 5.0

This commit is contained in:
M1ha-Shvn 2024-01-05 15:10:02 +05:00
parent 0284f32353
commit b508124fe6

View File

@ -4,6 +4,7 @@ This file contains django settings to run tests with runtests.py
from os import environ
SECRET_KEY = 'fake-key'
USE_TZ = True
DATABASES = {
'default': {