Articles staring with 13 page
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more.
In english/
Articles/
Page 13
React and Django REST API. How to integrate one into another and how to use
24.07.2024
11.03.2026
680
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 …
How to create a basic(empty) React app via CLI
19.07.2024
11.03.2026
1596
0
0
0
0
In this article you will know how to create basic(empty) React app via terminal. Also checking for errors tests.
Simple and basic Django project. How to init and what to use
19.07.2024
11.03.2026
571
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
677
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.