Articles related to the following tags: Django. Page 4
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 4
React and Django REST API. How to integrate one into another and how to use
24.07.2024
11.03.2026
632
0
0
0
0
In this article, I will describe a process of integrating the React framework with the Django website. We will configure a communication API between both of them. Also, a TailwindCSS …
Simple and basic Django project. How to init and what to use
19.07.2024
11.03.2026
511
0
0
0
0
How to create an empty or very simple Django project using a virtual environment and then run a test server as a result
Create a new app inside a Django project. How to add this new app to project
19.07.2024
11.03.2026
611
0
0
0
0
In this article you will know commands how to create new django app, how to add model to app and how to configure it.
How to deploy a Django project on Beget (Either via hosting or VPS)
12.05.2024
11.03.2026
7474
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 …