Articles related to the following tags: Backend, Server. 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: Backend, Server. Page 1
In english/
Articles/
Page 1, Backend, Server,
How to make 404 and 500 error pages in Django
12.04.2025
01.10.2025
1022
0
0
0
0
In this article, I will describe how to make custom errors pages such as 404 and 500. I will show two main ways to do this and how you can …
How to deploy a Django project on virtual hosting(or VPS) provider reg.ru. Full instruction.
16.03.2025
02.10.2025
1259
0
0
0
1
How to deploy a django site on hosting (or VPS) from reg.ru. As well as how to create and configure a DB (including using a cluster in the reg cloud). …
Why and how to solve server response delay, err_http2_ping_failed error, my investigation and solution
29.09.2024
02.10.2025
1814
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 …