Django queryset tutorial: Making Queries in Django

Поділитися
Вставка
  • Опубліковано 14 сер 2019
  • In this video, I have explained you how to make queries in django. Django is a powerful framework which lets you query your database right from the python backend.
    This video explains how to do that!

КОМЕНТАРІ • 51

  • @Nemosaur
    @Nemosaur 3 роки тому +43

    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 роки тому +1

      Thank you, kind sir :)

    • @GeeDoggy123
      @GeeDoggy123 2 роки тому +4

      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 3 роки тому +1

    I am not here to hurt anyone, I am here to help only. Thanks Harry Bro for everything.

  • @saikrishna9583
    @saikrishna9583 3 роки тому

    Very nice ... cleared many doubts!!

  • @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

  • @santhosh_bachu
    @santhosh_bachu 4 роки тому +1

    i learned Django and Hindi in codewithharry,
    now this is time for query-set and English ;)

  • @VijayaLakshmi-sl1gq
    @VijayaLakshmi-sl1gq 3 роки тому

    Osm explanation Harry

  • @TechGuyTelugu
    @TechGuyTelugu 3 роки тому +2

    Make more detailed video bro. More shell commands and filtering through different tables.

  • @shibdas8292
    @shibdas8292 4 роки тому +3

    Please bro make a testing tutorial in django. Btw your all videos are awesome.❤️❤️❤️

  • @armanahmed4806
    @armanahmed4806 4 роки тому +1

    Such a wonderful video I have ever watch for Django keep it up😘

  • @rawgov
    @rawgov 2 роки тому +3

    Video starts at 21:10

  • @MrBunnylok
    @MrBunnylok 4 роки тому +5

    Can you explain Inner join, left , right and outer joins

  • @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

  • @gowthamns8228
    @gowthamns8228 3 роки тому

    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?

  • @RohanDasRD
    @RohanDasRD 4 роки тому +3

    I was confused at first.. then realized it's English channel 😂

  • @akshayshelke5779
    @akshayshelke5779 4 роки тому

    hey nice video..I have one issue ....what if I want to convert queryset type to some list type?

  • @codewithharryfanchannel559
    @codewithharryfanchannel559 4 роки тому

    Thank s

  • @Sandynovall
    @Sandynovall 4 роки тому +2

    I need left join query in django

  • @lordshiv9290
    @lordshiv9290 3 роки тому

    Hahaha 18:25 this is life changing video ( miss the old you man).

  • @arabdevops5450
    @arabdevops5450 3 роки тому +2

    skip to query @ 20:00 min

  • @obadiahsiocha4557
    @obadiahsiocha4557 Рік тому

    Thank you so much, i had been looking for this the whole day

  • @hemanthsai7024
    @hemanthsai7024 4 роки тому

    How can we do this in django
    Ie
    Select fname from table where rname="who";

  • @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 !?

  • @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

  • @madhuridiwan-kirpekar9756
    @madhuridiwan-kirpekar9756 3 роки тому

    how to write single ORM update query for updating two different table in one function

  • @itsupportbyharshit6285
    @itsupportbyharshit6285 11 місяців тому

    Can we have a demo for object.all, get, filter and what others.

  • @_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

  • @prafullepili6088
    @prafullepili6088 2 роки тому

    How can I sort this type of query--
    product.order_set.all()
    I have a Order model and ForeignKey(Product)

  • @KomalSingh-oc6jb
    @KomalSingh-oc6jb Рік тому

    Sir rollback query??

  • @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

  • @meghashahri5527
    @meghashahri5527 4 роки тому

    please provide source code for every video.It will be helpful

  • @arpitapandey7082
    @arpitapandey7082 Рік тому

    Sir when I type django-admin there occur an error that the term is not recognized

    • @rahulsarkar8899
      @rahulsarkar8899 6 місяців тому

      What error is it ... ensure you're in Virtual Environment.. if activated Ensure Django is installed in the Virtual environment.

  • @engineerbhai7642
    @engineerbhai7642 4 роки тому

    Pl start ml series

  • @turntrovertgoose7668
    @turntrovertgoose7668 3 роки тому

    most of the video is setting up the website.

  • @siddharthshukla3557
    @siddharthshukla3557 3 роки тому

    Fake accent disappeared by the end of the video. LOL

  • @nawarajluitel9171
    @nawarajluitel9171 3 роки тому +1

    Start from 20:11 as per video title

  • @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 ...