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'