From 09515f4a724cf2a357ab855486bd09c896510767 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 31 Jan 2018 17:42:38 +0300 Subject: [PATCH] Set LANGUAGE_CODE to ru-RU --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 41d842cc..f55487d1 100644 --- a/project/settings.py +++ b/project/settings.py @@ -127,7 +127,7 @@ AUTH_USER_MODEL = 'user.User' # Internationalization # https://docs.djangoproject.com/en/2.0/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'ru-RU' TIME_ZONE = 'UTC'