Hello, I need to create multilingual website. But there is a problem with the login address. Do you know, how I can have /login/ for EN and /prihlasit/ for CS, etc... ?
I can specify just one login url in my settings.py
Hello, I need to create multilingual website. But there is a problem with the login address. Do you know, how I can have /login/ for EN and /prihlasit/ for CS, etc... ?
I can specify just one login url in my settings.py
I may be missing something here but can't /prihlasit/
be a login form in Czech which POSTs to /login/
when the user presses the submit button?
It might be overkill for you, but one way is to use multiple site instances (one per language) as detailed in this SO answer.