i18n.py 146 Bytes
# Internationalization
# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/
LANGUAGE_CODE = 'ru'

USE_I18N = True

USE_L10N = True