From 3e974c2c55db9e7ad1c85211c7905478be15ecc7 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Sat, 13 Jun 2015 12:47:48 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Установил русскую локаль --- record/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/record/settings.py b/record/settings.py index dacb4ba..6183520 100644 --- a/record/settings.py +++ b/record/settings.py @@ -70,7 +70,7 @@ DATABASES = { # Internationalization # https://docs.djangoproject.com/en/1.6/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'ru-ru' TIME_ZONE = 'Asia/Yekaterinburg'