How I change the default language? I started with command ./manage.py runserver 172.31.235.87:8000 and the language is Czech. The screenshots are in English. Thanks
see the confiback/settings.py and set:
LANGUAGE_CODE = 'en-us'
Sorry for this mistake, I forgot to preselect this value last version.
Log in to post a comment.
see the confiback/settings.py and set:
Sorry for this mistake, I forgot to preselect this value last version.