No video

Django queryset tutorial: Making Queries in Django

  Рет қаралды 80,974

ProgrammingWithHarry

ProgrammingWithHarry

Күн бұрын

Пікірлер: 51
@Nemosaur
@Nemosaur 3 жыл бұрын
You came here for 19:40 The rest of the video shows how to get there Super useful vid though, fine work :)
@MasterDeaconLPs
@MasterDeaconLPs 2 жыл бұрын
Thank you, kind sir :)
@GeeDoggy123
@GeeDoggy123 2 жыл бұрын
I will name my first son after you
@amjadsaleem1270
@amjadsaleem1270 Жыл бұрын
@@GeeDoggy123 after 3 kids we are not planning on anymore but what a tribute
@Sure_Math_Center
@Sure_Math_Center Жыл бұрын
Thank you for your kind gesture. I knew right away that I should go to the comments. Great video though!
@INCOGNITO-vd2bq
@INCOGNITO-vd2bq 4 жыл бұрын
I am not here to hurt anyone, I am here to help only. Thanks Harry Bro for everything.
@santhosh_bachu
@santhosh_bachu 4 жыл бұрын
i learned Django and Hindi in codewithharry, now this is time for query-set and English ;)
@AsmaAkram-xh1jc
@AsmaAkram-xh1jc Жыл бұрын
thank you for the video, I am able to code along with this video and everything worked perfectly. Thank you Harry
@rawgov
@rawgov 3 жыл бұрын
Video starts at 21:10
@MrBunnylok
@MrBunnylok 4 жыл бұрын
Can you explain Inner join, left , right and outer joins
@md.shariarkabir7350
@md.shariarkabir7350 4 жыл бұрын
right. that part of the realtion
@shibdas8292
@shibdas8292 5 жыл бұрын
Please bro make a testing tutorial in django. Btw your all videos are awesome.❤️❤️❤️
@ProgrammingWithHarry
@ProgrammingWithHarry 5 жыл бұрын
I will make it soon!
@saikrishna9583
@saikrishna9583 4 жыл бұрын
Very nice ... cleared many doubts!!
@TechGuyTelugu
@TechGuyTelugu 3 жыл бұрын
Make more detailed video bro. More shell commands and filtering through different tables.
@arabdevops5450
@arabdevops5450 4 жыл бұрын
skip to query @ 20:00 min
@VijayaLakshmi-sl1gq
@VijayaLakshmi-sl1gq 3 жыл бұрын
Osm explanation Harry
@Sandynovall
@Sandynovall 4 жыл бұрын
I need left join query in django
@itsupportbyharshit6285
@itsupportbyharshit6285 Жыл бұрын
Can we have a demo for object.all, get, filter and what others.
@armanahmed4806
@armanahmed4806 4 жыл бұрын
Such a wonderful video I have ever watch for Django keep it up😘
@RohanDasRD
@RohanDasRD 5 жыл бұрын
I was confused at first.. then realized it's English channel 😂
@ProgrammingWithHarry
@ProgrammingWithHarry 5 жыл бұрын
Thanks a lot for you consistent love and support bro!
@stanleyparmar9414
@stanleyparmar9414 Жыл бұрын
mostly use the filter , query , locis with chech_out check_in_ super user see the data of all the hotels admin can create hotel , see , assaine a manager to paticyular hotel manager can create sub manager to handel the smole works like parking , room service gum ext models ==>>> Hotel , Room_type , Booking , aminitys( gym ) ext dash bord can access the all data and create room , create hotel can you please make a video of this or tutoryal fatch the data on url => use post man to check that api is right or not
@obadiahsiocha4557
@obadiahsiocha4557 Жыл бұрын
Thank you so much, i had been looking for this the whole day
@Shivam_Manswalia
@Shivam_Manswalia 3 жыл бұрын
Hahaha 18:25 this is life changing video ( miss the old you man).
@MM-by6qq
@MM-by6qq 3 жыл бұрын
MAN THANK YOU IT HELPS ME, +1 subscriber :}
@RajaSekhar-pr6mb
@RajaSekhar-pr6mb 4 жыл бұрын
Hi sir can you explain me about api,'s and end points I really like your explanation please explain about apis
@madhuridiwan-kirpekar9756
@madhuridiwan-kirpekar9756 3 жыл бұрын
how to write single ORM update query for updating two different table in one function
@gowthamns8228
@gowthamns8228 4 жыл бұрын
Can you please explain how to join tables (inner join) the joining tables has no foreign key relationships in django orm and once join is happen how to serialize the data to create API?
@arpitapandey7082
@arpitapandey7082 Жыл бұрын
Sir when I type django-admin there occur an error that the term is not recognized
@rahulsarkar8899
@rahulsarkar8899 8 ай бұрын
What error is it ... ensure you're in Virtual Environment.. if activated Ensure Django is installed in the Virtual environment.
@akshayshelke5779
@akshayshelke5779 4 жыл бұрын
hey nice video..I have one issue ....what if I want to convert queryset type to some list type?
@KomalSingh-oc6jb
@KomalSingh-oc6jb Жыл бұрын
Sir rollback query??
@hemanthsai7024
@hemanthsai7024 4 жыл бұрын
How can we do this in django Ie Select fname from table where rname="who";
@_DhruviBhavsar
@_DhruviBhavsar 4 жыл бұрын
superuser and super admin is same ..?
@1412-kaito
@1412-kaito Жыл бұрын
you know, those who don’t even know vs code or django are not gonna be watching something like this. For beginners video starts at 2:30
@omkarsurve8502
@omkarsurve8502 3 жыл бұрын
There is one error in my site can you please help me regarding these "NameError: name 'author' is not defined. I'm struggling in this can anyone help !?
@codewithharryfanchannel559
@codewithharryfanchannel559 5 жыл бұрын
Thank s
@prafullepili6088
@prafullepili6088 3 жыл бұрын
How can I sort this type of query-- product.order_set.all() I have a Order model and ForeignKey(Product)
@heathergray4880
@heathergray4880 2 жыл бұрын
2/3 of the video shows how to create a django app. Would have been better to have the app already set up and just show the querying. Someone searching for this specific video probably already knows the basics
@turntrovertgoose7668
@turntrovertgoose7668 3 жыл бұрын
most of the video is setting up the website.
@nawarajluitel9171
@nawarajluitel9171 3 жыл бұрын
Start from 20:11 as per video title
@meghashahri5527
@meghashahri5527 4 жыл бұрын
please provide source code for every video.It will be helpful
@engineerbhai7642
@engineerbhai7642 5 жыл бұрын
Pl start ml series
@siddharthshukla3557
@siddharthshukla3557 3 жыл бұрын
Fake accent disappeared by the end of the video. LOL
@yashjain4222
@yashjain4222 2 жыл бұрын
You sound better in Hindi ...in English you are sarcastic
@susilthapa4367
@susilthapa4367 4 жыл бұрын
the topic is queryset tutorial and this guy all is doing is making app..... blah blah!!! for 20 fkin mins ...
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 362 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 77 М.
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Wian
Рет қаралды 14 МЛН
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 16 МЛН
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 803 М.
The Biggest Issues I've Faced Web Scraping (and how to fix them)
15:03
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
Automating My Life with Python: The Ultimate Guide | Code With Me
11:26
Requests Module in Python (Deepdive)
33:33
ProgrammingWithHarry
Рет қаралды 4,7 М.
Python Django Explained In 8 Minutes
8:11
Dennis Ivy
Рет қаралды 285 М.
5 Amazing Ways to Automate Your Life using Python
18:40
Internet Made Coder
Рет қаралды 246 М.
PLEASE Use These 5 Python Decorators
20:12
Tech With Tim
Рет қаралды 110 М.
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН