mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-28 01:33:07 +03:00
Activated USE_TZ to fix tests before django 5.0
This commit is contained in:
parent
0284f32353
commit
b508124fe6
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user