after searching for 100's of videos, I would say this is the perfect one. Thanks Jithendra :)
@jitendrakasaudhan3 жыл бұрын
Thank you @veeresh im happy that it was helpful to you 🙂🙂
@Anton-ir4zc2 жыл бұрын
Thank you very much !! You did one hour session on topics others couldn't explain in hours
@jitendrakasaudhan2 жыл бұрын
Thank you 😊😊I am glad it did help you 😊😊
@Rsn82473 жыл бұрын
Hmm... Finally got the right platform to learn the drf.....after searching to many channels.. Thank you sir....thank u so much.
@jitendrakasaudhan3 жыл бұрын
Thank you @sairam
@callmeproteus3923 жыл бұрын
Finally, someone understands how too many ways to do same thing is confusing, Many Thanks
@jitendrakasaudhan3 жыл бұрын
Thank you @CallMeProteus , im glad that it helped you 👍👍👍
@florinbujoreanu1020 Жыл бұрын
EXCELLENT WORK DEAR SIR! I will make up to your effort as soon as I can.
@amirehsani10442 жыл бұрын
Thanks a lot for clarifying this concept.
@muthukrishnan71172 жыл бұрын
awesome tutorial bro...many day's confusion was cleared....thankyou soo much
@chipekowasa65713 жыл бұрын
Thank you very much this is the best breakdown of all the methods I've seen.
@jitendrakasaudhan3 жыл бұрын
Thank you
@isaachatilima2 жыл бұрын
I think you swapped at 2:05. django only has Get and Post and DRF had All the HTTP request.
@jitendrakasaudhan2 жыл бұрын
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) :)
@isaachatilima2 жыл бұрын
@@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.
@maniraj93314 жыл бұрын
Thank you so much, Bro. You have cleared all my confusion. This is simple and clear.
@jitendrakasaudhan4 жыл бұрын
welcome bro...😀😀I m happy that it was useful to you 👍👍
@ultimStars2 жыл бұрын
one of the most useful vids ive seen, thx alot
@MukulGhezta4 жыл бұрын
Good job man!!! This has been helpful. Really appreciate this.
@jitendrakasaudhan4 жыл бұрын
Thank you @Mukul Ghezta :) :) and I am happy that it was useful to you :) :) :)
@MukulGhezta4 жыл бұрын
@@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.
@jitendrakasaudhan4 жыл бұрын
@@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 :) :)
@MukulGhezta4 жыл бұрын
@@jitendrakasaudhan Awesome!!!
@adityakotikalapudi3293 жыл бұрын
Nice bro👍 more to come😀😀
@orlandog19794 жыл бұрын
You are a great master
@jitendrakasaudhan4 жыл бұрын
😀😀Thankyou @Orlando
@chandrashekharneupane24643 жыл бұрын
thanks man , simple and clear
@jitendrakasaudhan3 жыл бұрын
Thank you 👍👍
@Allin-dd8gj Жыл бұрын
Great sir keep make that like videos !
@mehboobshaikh83963 жыл бұрын
can you make a video on how to integrate Django rest framework with Keycloak?
@sarojpaudel74793 жыл бұрын
Hey man , what about mixins. When do we use it?? I dont think you cover it in you video.
@jitendrakasaudhan3 жыл бұрын
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 :)
@itzmeraj62534 жыл бұрын
Woooow awesome 👏... I subscribed you as soon as I watched this video
@jitendrakasaudhan4 жыл бұрын
Thank you @newbie21 for subsribing to my channel :) :)
@profglac7 ай бұрын
Thanks!!! Nice job!!!
@zergovrock52773 жыл бұрын
best of the best
@dheenabhathu2977 Жыл бұрын
Kudos to you.
@atulsharma39934 жыл бұрын
pls make one video on django interview questions pls
@jitendrakasaudhan4 жыл бұрын
Good idea :) @Atul :) :) I have to collect questions from my friends as well and dive a bit more on advanced stuff probably :)
@atulsharma39934 жыл бұрын
@@jitendrakasaudhan thnaks u so much bhai
@deepanshuaggarwal70424 жыл бұрын
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??
@jitendrakasaudhan4 жыл бұрын
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
@NSKTheRipper4 жыл бұрын
Can you do a video on routers
@jitendrakasaudhan4 жыл бұрын
Sampath Kumar Kaniappan yes sure.. I will create next video about routers and let you know 🙂🙂
@jitendrakasaudhan4 жыл бұрын
Hi @sampath, finally I have created a video on routers :) :) just in case if you want to watch :) :) kzbin.info/www/bejne/d6iUiZmHZpmYmJY&ab_channel=JitendraKasaudhan