mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-29 02:03:22 +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
|
from os import environ
|
||||||
|
|
||||||
SECRET_KEY = 'fake-key'
|
SECRET_KEY = 'fake-key'
|
||||||
|
USE_TZ = True
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user