Django React App Tutorial #1: Setting up the Python Django Backend

preview_player
Показать описание
In this tutorial series I show you how to create a full stack web application using Python Django as the backend, and React JS as the frontend. This video is all about setting up the python Django backend.

Рекомендации по теме
Комментарии
Автор

thank you, i just noticed that some commands did not work like :
django-admin startproject inventory

however, I managed to run the same using this command:
python -m django startproject inventory

emuqatash
Автор

Time to subscribe because of my best tech stack you will teach.❤❤


I encourage 🎉 you to make more projects using J's and django cause there are very few tutorials on the internet about them

Basics are present but for advanced and mastering very few content 😢

kimtoshi_
Автор

To avoid adding two directories while creating Django project we need to add a period at the end of the command "django-admin start project crud . "

K_James
Автор

hey i was watching a tutorial django with react but it was from 2020 so he said there is a gltich in react so he used something different in babel.config.json so that's why i am seeing latest setup, so could you plzz tell how that things work ? like i am learning so i still didn't complete any django full tutorial to setup because after sometimes i figured out that not everyone using react so it will different process and at the end i am at nowhere .

Perspective_
Автор

How would you setup with Postgres? I would like to mimic a realistic production ready application as much as possible

TheWiblo
Автор

Why do you need this to be in a virtual environment ?

renealbrechtsen
Автор

You should've used vite instead of create react app

CoolestPossibleName
Автор

please can you make a serie about django and Next js?

alexdin