From 4494d2f2de83f0e4f70e6d45a9716e62082db104 Mon Sep 17 00:00:00 2001 From: NikDizell Date: Wed, 12 Nov 2025 15:15:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=87=D0=B0=D1=81=D0=BE=D0=B2=D0=BE=D0=B9=20=D0=BF=D0=BE=D1=8F?= =?UTF-8?q?=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__pycache__/settings.cpython-310.pyc | Bin 2748 -> 2764 bytes OneCprogsite/OneCprogsite/settings.py | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/OneCprogsite/OneCprogsite/__pycache__/settings.cpython-310.pyc b/OneCprogsite/OneCprogsite/__pycache__/settings.cpython-310.pyc index d2b1f956756db80826830de90264630b90be97f5..1089903b2a45a0629c675a7703e426a0c8931dff 100644 GIT binary patch delta 86 zcmdlZdPbBtpO=@50SGe7MKZl6^2##anW(*Ljx<`~ZpO=@50SJnVMKX;i^2##an5eyKAruM=}+e3 cN??qcoXr)$&&0yS!p6tQ!pOqP$Hc)10N(`=T>t<8 diff --git a/OneCprogsite/OneCprogsite/settings.py b/OneCprogsite/OneCprogsite/settings.py index 2b2053b..b2bd6d9 100644 --- a/OneCprogsite/OneCprogsite/settings.py +++ b/OneCprogsite/OneCprogsite/settings.py @@ -115,10 +115,9 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'ru' -TIME_ZONE = 'UTC' - +TIME_ZONE = 'Europe/Moscow' +USE_I18N = True USE_I18N = True - USE_TZ = True