Articles related to the following tags: Server. 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: Server. Page 3
Customizing the 404 Page in Django, Two Ways. Guide
12.04.2025
30.03.2026
3348
0
0
0
0
I'll cover two ways to customize and configure a 404 response page. I'll explain the nuances and details for 400, 403, and 500 pages. I'll explain why you should do …
How to deploy a Django website on reg.ru
16.03.2025
15.04.2026
4059
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
Why and how to solve server response delay, err_http2_ping_failed error, my investigation and solution
29.09.2024
11.03.2026
5362
0
0
0
0
In this article, I will describe in detail how I solved the problem of server response delays (err_http2_ping_failed) to client requests. I will describe the operation of the ERR_HTTP2_PING_FAILED error …
How to deploy a Django project on Beget (Either via hosting or VPS)
12.05.2024
11.03.2026
8135
0
0
0
0
This is an article on how to deploy django site on beget. I show two methods (deployment either on hosting or VPS). Plus, how to set up and connect a …