Django & React App Tutorial #5: Django Backend CRUD using Views, Urls, and Serializers with DRF

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. We have successfully setup our Python Django backend and our React JS frontend, and enabled page navigation in our frontend using React Router V6. In addition we created a navigation menu using components from material ui.

...Now it is time to start creating CRUD functionality, starting with our Python Django Backend.

Комментарии
Автор

Thank you so much for this tutorial!! I am having a problem trying to display the data from backend to the frontend. I cannot wait for your next tutorial! Please also include a video working with the database also!

julienheng
Автор

hey, i've been following your tutorial, thanks a lot for the content! it's really great. and yes, would like you to add foreign and serial primary keys...also an authentication part if it's not asking too much, maybe showing different pages 😅😂 been looking for something like this for days and it's all outdated or too complicated. unlike yours!!

julesandmika
Автор

yes please let us know how it works (primary and foreign keys, multiple..)

emuqatash
Автор

its hilarious to see you at 21:52 copy pasting from chat-gpt. I mean, super legit. but at least tell us the prompts so we can copy paste as well. excellent course, regardless.

ron-almog
Автор

it "Import "rest_framework" could not be resolved" error occurs everywhere wherever i wrote rest_framework
so how to fix it? plz tell me !

AnimationFlipaa
Автор

iam facing issue : it shows import error: rest_framework, but i already install djangorestframework in my backend!! while import in the views.py it does not show any suggestion for rest_framework. please provide me some solution

yashtambat
Автор

In this video, where it says ViewSet it must be ModelViewSet to see the preview on the Api Root screen was scratching my head for an hour.

ocollinsgmailcom