Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question