From 54c40985cb6570519dc09b688a14c6e315d80e4b Mon Sep 17 00:00:00 2001 From: pi3c Date: Mon, 16 Oct 2023 23:06:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=20=D0=B2?= =?UTF-8?q?=20=D1=88=D1=82=D0=B0=D0=BC=D0=BF=D0=B5=20=D0=B2=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproger/blog/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproger/blog/urls.py b/pyproger/blog/urls.py index 03fea0b..47a7395 100644 --- a/pyproger/blog/urls.py +++ b/pyproger/blog/urls.py @@ -12,7 +12,7 @@ from ..dbase.database import ( ) from .blog import bp -locale.setlocale(locale.LC_ALL, "") +locale.setlocale(locale.LC_ALL, ("ru", "utf-8")) @bp.route("/")