Articles related to the following tags: Django. Page 3
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Django. Page 3
Full localization for a Django website
06.02.2025
07.04.2026
4810
0
0
0
0
I'll show you how to completely make localization a Django website, describe the full process: setting up, extracting, collecting, and compiling translations. Covering all three translation scenarios, including files such …
Improved the paginator and added a tag system to the site
22.09.2024
11.03.2026
569
0
0
0
0
SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …
Developing frontend part of a website with React on Django | SearchResultParser p. 2
16.08.2024
11.03.2026
973
0
0
0
0
I show and tell how to develop a frontend for a site on React with a backend on django. I use MaterialUI and TailwindCSS, with source code and comments.
How to integrate React with a Django project, p. 1
03.08.2024
11.03.2026
751
0
0
0
0
In this article, you will know the way to integrate the React framework into a Django project. As a result, you will get a full-stack app/website. Also in the article, …