thank you sir, for such video series. it helps me a lot.. for understanding REST Framework.
@laertenascimento48685 жыл бұрын
Hello! Thanks for this video... How the best way to serialize a stored procedure query list - in case that list is a mix of two or more tables?
@MrA86S5 жыл бұрын
Hello @Hardik do you have any tutorial where we can generate custom json responses ?
@theophiluschimwanda55352 жыл бұрын
Good course thank you my brother
@HardikPatelN2 жыл бұрын
Thanks and welcome
@shubhamaggarwal89635 жыл бұрын
I am able to use request. body, your code is also the same. Don't know why you can't use it(seem like the difference in Django version).
@jitindoriya23756 жыл бұрын
Hey Hardik, Great work done, Can you also share the knowledge How to setup Django project on Visual Studio Code on linux? Will be great help. Thanks Jitin
@jalluchakri15285 жыл бұрын
I want integrating django rest with android or react native framework where to place our API in android or react native
@niteshrawat5765 жыл бұрын
Can u make video regarding django rest framework filtering? Thanks in advance!
@niteshrawat5765 жыл бұрын
@@HardikPatelN oh my bad, thanks. :)
@jitendernegi90746 жыл бұрын
why there was no request.method == "POST" in post_detail view ???
@niteshrawat5765 жыл бұрын
post_detail view assumes to have a object to begin with...