Django Rest Framework for Beginners - Simple CRUD API

  Рет қаралды 54,364

John Watson Rooney

John Watson Rooney

Күн бұрын

Пікірлер: 58
@richardleeman3436
@richardleeman3436 10 ай бұрын
One of the best tutorials I have ever watched - straight to the point, no waffle.
@albertgao7256
@albertgao7256 Жыл бұрын
so good, by far the best DRF quick video! no BS start from 0 and so detailed explaination. Just go straight into the tight integration with Django which yields the least code, so good, thanks bro!
@DancingFlnger
@DancingFlnger 2 ай бұрын
NOT A SECOND was wasted .. The best how-to I ever seen .. great job!! and thank you so much for sharing
@RealityslapsYT
@RealityslapsYT Жыл бұрын
I easily picked up, this is a quick and great refresher video... Thanks
@biloliddinfarkhodov3956
@biloliddinfarkhodov3956 4 ай бұрын
The best explained tutorial I have ever watched!
@samuelsampaio5611
@samuelsampaio5611 2 жыл бұрын
Thank you for helping us to have a better society by sharing code. Great!!
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
Thanks!
@fiendsgaming7589
@fiendsgaming7589 Жыл бұрын
Awesome introduction to framework, i liked it
@ulassahillioglu7682
@ulassahillioglu7682 10 ай бұрын
This is truly a lifesaver tutorial sir, thank you for your great videos!
@destinyobamwonyi8865
@destinyobamwonyi8865 Жыл бұрын
Thanks alot this vedio gave me a decent introduction into django rest framework
@emilvoicu7189
@emilvoicu7189 2 жыл бұрын
Very good content. Great job, John! :)
@luxurycarshub8256
@luxurycarshub8256 2 жыл бұрын
Hey John , can you do a video on how to use Sitemap spider on scrapy ?
@AnhNguyenNang-c2r
@AnhNguyenNang-c2r 9 ай бұрын
Straight to the point, awesome tutorial.
@CrisHood
@CrisHood 2 жыл бұрын
Cool tutorial John, thank you!
@taiwooladamola746
@taiwooladamola746 2 ай бұрын
I am glad I found you
@EngEzzadeen
@EngEzzadeen 9 ай бұрын
I want to get the Create, delete, update, view links to use them in other places, like Postman or any other app, How to do that?
@CrazyFanaticMan
@CrazyFanaticMan 2 жыл бұрын
Would love to see the equivalent but for FastAPI Your content is 10/10 btw, been subscribed for a while now and love every upload
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
Thanks! Yes I was going to do a similar project with fastapi and flask then give my opinions on them all
@dystopian_1
@dystopian_1 2 жыл бұрын
We love you, John
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
Thanks!
@ahmadabnabyy3510
@ahmadabnabyy3510 Жыл бұрын
This is simple, thanks!
@manupantha5031
@manupantha5031 2 жыл бұрын
13:18 instead of itemLocation :1 is it possible to get itemLocation :Storage Unit ????
@graczew
@graczew 2 жыл бұрын
Like and comment to feed algorithms.
@hrvojematosevic8769
@hrvojematosevic8769 2 жыл бұрын
Did my part
@rohitdalvi9361
@rohitdalvi9361 7 ай бұрын
thank you very much you explained it very well🔥🔥🔥🔥🔥🔥🔥
@ivandengler296
@ivandengler296 2 жыл бұрын
Great tutorial, so well explained! I have a question, if I wanted to add some business logic within this example, where should I add it? Let's say we have restrictions to create models, and they can only be created if some condition is True, where should I put this assertion? Thank you for this content again man, it's super helpful.
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
thanks! What I do is put business logic either in the models file if it fits there, or create a new file for it called logic or services
@alexdin1565
@alexdin1565 2 жыл бұрын
@John Watson Rooney you are the best can you add more tut about Django channels and Redis (please real-time app)
@athulyajose
@athulyajose Жыл бұрын
Hi John! First of all, amazing content! I just want to know if you’re using SQLite for this project. If so, what is the alternative and what all changes should be made?
@JohnWatsonRooney
@JohnWatsonRooney Жыл бұрын
I am yes - dropping in postgresql though is very easy in Django and I’d recommend that from the start for most applications
@brainiacmarco4014
@brainiacmarco4014 Жыл бұрын
great job, well done,
@aadhilks2281
@aadhilks2281 11 ай бұрын
Very helpful one..🎉
@heeku_
@heeku_ 2 жыл бұрын
just found out ur profile man, looks good!!!! i wonder why django and not fastapi for such tasks tho? or at least flask?
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
More videos coming for flask and fastapi - I do think django is great though it’s my go to
@heeku_
@heeku_ 2 жыл бұрын
@@JohnWatsonRooney would love to have a chat with you sometime mate :) btw just subbed, wonderful channel!
@doodelinux
@doodelinux 2 жыл бұрын
Great tutorial John, I see that it is only 6 months old, so it is all very up to date, do you think it has had many changes in this period? with restframework lib or django? I followed step by step the same way as you, but when I call a location/id it is showing a dropdown menu with the other locations below and gives error when updating
@shreyadubey7832
@shreyadubey7832 Жыл бұрын
Thanks for the best vedio of drf please let me know about strip payment gateway
@ferkik.3245
@ferkik.3245 2 жыл бұрын
Thank you for the video. What theme do you use in the IDE?
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
Thanks, it’s One Dark for PyCharm
@scusate
@scusate 2 жыл бұрын
Thanks you so much man. Can you do a video on how to use REST API in React?
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
Hey thanks, front end isn't what I focus on but I have some ideas for videos on consuming APIs that should be of interest
@BradleyBell83
@BradleyBell83 2 жыл бұрын
Is this saving the data in a database or does it delete when you stop the server?
@JohnWatsonRooney
@JohnWatsonRooney 2 жыл бұрын
It's saved to the database
@mirkolantieri
@mirkolantieri 2 жыл бұрын
Very well explained for beginners! I personally prefer to create pytoml project file and recursively install the dependencies, also fix the possible conflicts when switching the versions. I might do a video where I explain this part
@felixkimutai8478
@felixkimutai8478 2 жыл бұрын
I tried to run migrations but I am getting this error "ModuleNotFoundError: No module named 'rest_framework". Should I comment rest_framework in settings and continue?
@felixkimutai8478
@felixkimutai8478 2 жыл бұрын
I found the error, thank you.☺
@donnylee9897
@donnylee9897 2 жыл бұрын
Hi, do you freelance? I really need someone with your skills to finish a product im working on?
@Good-and-Geeky
@Good-and-Geeky Жыл бұрын
fast… I’ll watch again in slow motion to follow it better - Loads of useful info in here…. thanks
@JohnWatsonRooney
@JohnWatsonRooney Жыл бұрын
fair enough, I'm trying to pace my content better now going forward
@serge2033
@serge2033 2 жыл бұрын
cool
@TheWagnerufpr
@TheWagnerufpr 2 жыл бұрын
So, Is THIS the Easiest Way to Build a CRUD API? shoud I learn Django? Is there another EASIEST WAY?
@hrvojematosevic8769
@hrvojematosevic8769 2 жыл бұрын
I recommend checking out the FastAPI project
@TheWagnerufpr
@TheWagnerufpr 2 жыл бұрын
@@hrvojematosevic8769 Nice thanks. I will see
@aichakhorchani4487
@aichakhorchani4487 11 ай бұрын
jimmy neutron what are you doing here
@andrewraj3846
@andrewraj3846 2 жыл бұрын
voice is too low
@tyrisnolam
@tyrisnolam 5 ай бұрын
Even though I appreciate a showcase and coding along of a simple CRUD API, I do not understand the mixing of camelCase and snake_case, and frankly, without a test first approach, just throwing all components here like that makes very little sense. Overall, I do not recommend coding like this.
@dante7222
@dante7222 Жыл бұрын
Great tutorial. Tks. And if there are more than one location per item ? how can i set the model ? one to many relationship
@burhonabdullayev9372
@burhonabdullayev9372 2 жыл бұрын
hi how are you your course is cool do you have telegram account ?
Python Django REST API In 30 Minutes - Django Tutorial
30:42
PedroTech
Рет қаралды 53 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
How to Make ChatGPT Think Outside of the Box
17:27
Nodus Labs
Рет қаралды 6 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 256 М.
Django REST Framework - Build an API from Scratch
40:39
Caleb Curry
Рет қаралды 231 М.
django-filter and DRF API filtering - Django REST Framework
16:17
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 395 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 125 М.
Django REST Framework series - Setup and Models
22:14
BugBytes
Рет қаралды 14 М.
Build a Rest API with Django Rest Framework
1:17:57
Laith Academy
Рет қаралды 51 М.
В Европе заставят Apple сделать в айфонах USB Type-C
0:18
Короче, новости
Рет қаралды 1,1 МЛН
shocking end 🥴🤯 LeoNata family #shorts TikTok
0:54
LeoNata Family
Рет қаралды 41 МЛН