Set LANGUAGE_CODE to ru-RU

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent f0be7241b5
commit 09515f4a72
  1. 2
      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'

Loading…
Cancel
Save