@@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.
@@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 :) :)
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 :)
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) :)
@@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.
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??
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
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
after searching for 100's of videos, I would say this is the perfect one.
Thanks Jithendra :)
Thank you @veeresh im happy that it was helpful to you 🙂🙂
Thank you very much !! You did one hour session on topics others couldn't explain in hours
Thank you 😊😊I am glad it did help you 😊😊
Hmm... Finally got the right platform to learn the drf.....after searching to many channels.. Thank you sir....thank u so much.
Thank you @sairam
Finally, someone understands how too many ways to do same thing is confusing, Many Thanks
Thank you @CallMeProteus , im glad that it helped you 👍👍👍
EXCELLENT WORK DEAR SIR!
I will make up to your effort as soon as I can.
Thanks a lot for clarifying this concept.
one of the most useful vids ive seen, thx alot
Thank you very much this is the best breakdown of all the methods I've seen.
Thank you
awesome tutorial bro...many day's confusion was cleared....thankyou soo much
best of the best
Great sir keep make that like videos !
Thank you so much, Bro. You have cleared all my confusion. This is simple and clear.
welcome bro...😀😀I m happy that it was useful to you 👍👍
Thanks!!! Nice job!!!
Nice bro👍 more to come😀😀
You are a great master
😀😀Thankyou @Orlando
Kudos to you.
thanks man , simple and clear
Thank you 👍👍
Good job man!!! This has been helpful. Really appreciate this.
Thank you @Mukul Ghezta :) :) and I am happy that it was useful to you :) :) :)
@@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.
@@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 :) :)
@@jitendrakasaudhan Awesome!!!
can you make a video on how to integrate Django rest framework with Keycloak?
Hey man , what about mixins. When do we use it?? I dont think you cover it in you video.
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 :)
Woooow awesome 👏... I subscribed you as soon as I watched this video
Thank you @newbie21 for subsribing to my channel :) :)
I think you swapped at 2:05. django only has Get and Post and DRF had All the HTTP request.
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) :)
@@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.
Thank you.
pls make one video on django interview questions pls
Good idea :) @Atul :) :) I have to collect questions from my friends as well and dive a bit more on advanced stuff probably :)
@@jitendrakasaudhan thnaks u so much bhai
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??
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
Can you do a video on routers
Sampath Kumar Kaniappan yes sure.. I will create next video about routers and let you know 🙂🙂
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