Oleksii Moturniak

Results 7 comments of Oleksii Moturniak
trafficstars

It's a great idea. It happens that modified language code is used during development: ``` LANGUAGES = ( ('en', 'English'), ('ge', 'German'), ('po', 'Polish'), ) ``` instead of ``` LANGUAGES...

> @text-adi what is "modified language code", and why are you using it? Because while browsing the site, the user can change the current language of the site. The URL...

In the case of django, the changed language code in the `LANGUAGES` variable works correctly. If you need to change the language url to an arbitrary one, this feature would...

I created a file in the path `/etc/yum.repos.d`: ``` [hashicorm-repo] name=Hashicorp Repo enabled=1 baseurl=https://rpm.releases.hashicorp.com/RHEL/8/x86_64/stable gpgcheck=0 ``` It helped me.

> Now let's fix test errors. Removed unused variables and resolved field conflicts.

Resolved all errors that occurred during the tests and updated the documentation.