From e82963f902d61b3a0a1767cb69ff584228d800d4 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 30 Oct 2022 00:37:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D1=80=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=B2=D0=BE=D1=81=D1=82=D0=B8=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oknardia/web/apps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oknardia/web/apps.py b/oknardia/web/apps.py index 682e923..56dc86a 100644 --- a/oknardia/web/apps.py +++ b/oknardia/web/apps.py @@ -1,6 +1,9 @@ +# -*- coding: utf-8 -*- from django.apps import AppConfig +from django.utils.translation import gettext_lazy class WebConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'web' + verbose_name = gettext_lazy("САЙТ")