Articles related to the following tags: Search result parser series. Page 1
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: Search result parser series. Page 1
In english/
Articles/
Page 1, Search result parser series,
How to deploy a Django website on reg.ru
16.03.2025
15.04.2026
3076
0
0
0
1
How to deploy a django website on a reg.ru with database configuration, plus setup for a HTTPS redirects and configuration of a nginx, gunicorn and dns
How to scrape Google SERP using Python
15.02.2025
13.04.2026
986
0
0
0
0
How to build your own Google SERP scraper via Python script for Free using only an official API. With example and code.
Full localization for a Django website
06.02.2025
07.04.2026
4772
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 …
An example of the integration of Django with allauth. Frontend on ReactJS
31.01.2025
11.03.2026
3383
0
0
0
1
In this article I will describe the process of integrating allauth into a Django project. Frontend is handled by React. I will configure a registration and an authorization process by …