Articles related to the following tags: Backend, Python. 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, Python. Page 1
In english/
Articles/
Page 1, Python, Backend,
Tutorial about how to add Django sitemap to website
17.04.2025
01.10.2025
965
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site via generator. Here you will find three different types of …
How to make 404 and 500 error pages in Django
12.04.2025
01.10.2025
1187
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 implement yourown API using Django rest framework
24.02.2025
02.10.2025
755
1
0
0
0
This article describes the process of setting up and adding a REST framework to a site written in Django. It is added in order to build an API for access …
How to integrate React with a Django project, p. 1
03.08.2024
02.10.2025
567
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, …