Django REST framework: Concepts behind View, APIView, GenericAPIView, ViewSets and ModelMixins

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 49

  • @veereshshenoy579
    @veereshshenoy579 3 ปีที่แล้ว +8

    after searching for 100's of videos, I would say this is the perfect one.
    Thanks Jithendra :)

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว +1

      Thank you @veeresh im happy that it was helpful to you 🙂🙂

  • @Anton-ir4zc
    @Anton-ir4zc ปีที่แล้ว +2

    Thank you very much !! You did one hour session on topics others couldn't explain in hours

    • @jitendrakasaudhan
      @jitendrakasaudhan  ปีที่แล้ว

      Thank you 😊😊I am glad it did help you 😊😊

  • @Rsn8247
    @Rsn8247 3 ปีที่แล้ว +2

    Hmm... Finally got the right platform to learn the drf.....after searching to many channels.. Thank you sir....thank u so much.

  • @callmeproteus392
    @callmeproteus392 3 ปีที่แล้ว +2

    Finally, someone understands how too many ways to do same thing is confusing, Many Thanks

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว

      Thank you @CallMeProteus , im glad that it helped you 👍👍👍

  • @florinbujoreanu1020
    @florinbujoreanu1020 ปีที่แล้ว

    EXCELLENT WORK DEAR SIR!
    I will make up to your effort as soon as I can.

  • @amirehsani1044
    @amirehsani1044 ปีที่แล้ว +1

    Thanks a lot for clarifying this concept.

  • @ultimStars
    @ultimStars 2 ปีที่แล้ว +1

    one of the most useful vids ive seen, thx alot

  • @chipekowasa6571
    @chipekowasa6571 3 ปีที่แล้ว +2

    Thank you very much this is the best breakdown of all the methods I've seen.

  • @muthukrishnan7117
    @muthukrishnan7117 2 ปีที่แล้ว +1

    awesome tutorial bro...many day's confusion was cleared....thankyou soo much

  • @zergovrock5277
    @zergovrock5277 3 ปีที่แล้ว +1

    best of the best

  • @Allin-dd8gj
    @Allin-dd8gj ปีที่แล้ว

    Great sir keep make that like videos !

  • @maniraj9331
    @maniraj9331 4 ปีที่แล้ว +3

    Thank you so much, Bro. You have cleared all my confusion. This is simple and clear.

    • @jitendrakasaudhan
      @jitendrakasaudhan  4 ปีที่แล้ว

      welcome bro...😀😀I m happy that it was useful to you 👍👍

  • @profglac
    @profglac 4 หลายเดือนก่อน

    Thanks!!! Nice job!!!

  • @adityakotikalapudi329
    @adityakotikalapudi329 3 ปีที่แล้ว +1

    Nice bro👍 more to come😀😀

  • @orlandog1979
    @orlandog1979 3 ปีที่แล้ว +2

    You are a great master

  • @dheenabhathu2977
    @dheenabhathu2977 ปีที่แล้ว

    Kudos to you.

  • @chandrashekharneupane2464
    @chandrashekharneupane2464 3 ปีที่แล้ว +1

    thanks man , simple and clear

  • @MukulGhezta
    @MukulGhezta 4 ปีที่แล้ว +3

    Good job man!!! This has been helpful. Really appreciate this.

    • @jitendrakasaudhan
      @jitendrakasaudhan  4 ปีที่แล้ว

      Thank you @Mukul Ghezta :) :) and I am happy that it was useful to you :) :) :)

    • @MukulGhezta
      @MukulGhezta 4 ปีที่แล้ว +1

      @@jitendrakasaudhan No seriously man, there are lots of TUTORIAL SERIES out there but no one explains problems like these. And concepts like these only matter. Once the basic concepts are clear then its quite easy. I am checking out your other tutorials too. Keep up the good work.

    • @jitendrakasaudhan
      @jitendrakasaudhan  4 ปีที่แล้ว +1

      @@MukulGhezta Thank you man!! I appreciate it :) :) I had similar issues understanding several things at conceptual level and how are things connected internally..therefore I have started this youtube channel so that I can research, learn and share concepts behind the technologies, we are using :) :)

    • @MukulGhezta
      @MukulGhezta 4 ปีที่แล้ว

      @@jitendrakasaudhan Awesome!!!

  • @mehboobshaikh8396
    @mehboobshaikh8396 3 ปีที่แล้ว +1

    can you make a video on how to integrate Django rest framework with Keycloak?

  • @sarojpaudel7479
    @sarojpaudel7479 3 ปีที่แล้ว +2

    Hey man , what about mixins. When do we use it?? I dont think you cover it in you video.

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว

      Hi @saroj thank you concern :) I have not covered mixins in details but I find this av.tib.eu/media/20072 quiet useful to understand about mixins :) I hope it helps :)

  • @itzmeraj6253
    @itzmeraj6253 3 ปีที่แล้ว +1

    Woooow awesome 👏... I subscribed you as soon as I watched this video

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว +1

      Thank you @newbie21 for subsribing to my channel :) :)

  • @isaachatilima
    @isaachatilima 2 ปีที่แล้ว +1

    I think you swapped at 2:05. django only has Get and Post and DRF had All the HTTP request.

    • @jitendrakasaudhan
      @jitendrakasaudhan  2 ปีที่แล้ว

      Hi @Isaac Hatilima, sorry for replying so late :). I just want to clarify if we misunderstood something. Do you mean pure django without DRF only supports GET and POST ? at 2:05, I have just used @api_view(['GET', 'POST']) under DRF as an example. Both django and DRF does support all the http verbs (GET,POST, PUT, DELETE) :)

    • @isaachatilima
      @isaachatilima 2 ปีที่แล้ว +1

      @@jitendrakasaudhan I mean pure Django and not DRF. Maybe I didn’t try hard enough to see how it works but so far with pure django I only use POST and GET.

  • @NachoMx0
    @NachoMx0 3 ปีที่แล้ว +1

    Thank you.

  • @atulsharma3993
    @atulsharma3993 3 ปีที่แล้ว +1

    pls make one video on django interview questions pls

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว +1

      Good idea :) @Atul :) :) I have to collect questions from my friends as well and dive a bit more on advanced stuff probably :)

    • @atulsharma3993
      @atulsharma3993 3 ปีที่แล้ว

      @@jitendrakasaudhan thnaks u so much bhai

  • @deepanshuaggarwal7042
    @deepanshuaggarwal7042 3 ปีที่แล้ว +1

    Hi bro , your videos are very good. But, I have 1 problem while practicing. Whenever, I request POST, django automatically calls GET method after completing POST request... why is it so??

    • @jitendrakasaudhan
      @jitendrakasaudhan  3 ปีที่แล้ว

      Hi @Deepanshu in general, django should not call GET automatically after POST request..I guess there is something wrong with the return values of POST method in HttpResponse(if you are using pure django) or Response(if you are using REST framework).. :) :) There is a pattern called POST/REDIRECT/GET to solve different problem and I suppose your problem is related to this pattern :) :) en.wikipedia.org/wiki/Post/Redirect/Get

  • @NSKTheRipper
    @NSKTheRipper 4 ปีที่แล้ว +1

    Can you do a video on routers

    • @jitendrakasaudhan
      @jitendrakasaudhan  4 ปีที่แล้ว +2

      Sampath Kumar Kaniappan yes sure.. I will create next video about routers and let you know 🙂🙂

    • @jitendrakasaudhan
      @jitendrakasaudhan  4 ปีที่แล้ว +2

      Hi @sampath, finally I have created a video on routers :) :) just in case if you want to watch :) :) th-cam.com/video/Aw1XfQ14eb4/w-d-xo.html&ab_channel=JitendraKasaudhan