P
P
perehodit2020-04-13 17:58:04
Django
perehodit, 2020-04-13 17:58:04

Is it possible to change the language of the admin panel in Django CMS?

I installed Django CMS in the standard way, set the -i no and -l ru flags to disable multilingualism and add the Russian language. In settings.py, I did not change anything as standard. I searched for the language in the settings in the CMS itself. Here's what it gives out.5e947df5f359f115844186.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
phoenix-02, 2020-04-15
@perehodit

I didn’t deal with django cms, but in standard django it changes like this:
In settings.py there is a line LANGUAGE_CODE = 'en-en',
change it to LANGUAGE_CODE = 'ru-ru' and the admin panel is in Russian. I hope it helped

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question