Continuing the theme of APIs, stay tuned for the upcoming series about GraphQL! Side note: We're about to hit the 1000 subscriber mark, thanks a lot to all of you!
@EddyCaffrey6 жыл бұрын
The Dumbfounds I hope it will be for soon 😉
@thedumbfounds7676 жыл бұрын
haha, me too!
@Skaxarrat6 жыл бұрын
Is this the last video from this series?
@thedumbfounds7676 жыл бұрын
David yep, for now at least. Don't know if I'll be adding to it in the future.
@Corkrey6 жыл бұрын
Consise, quick, but excellent content. From this video I learned more in 5 minutes then I would have from hours of searching and reading. Exactly what I needed. Thank you!
@thedumbfounds7676 жыл бұрын
Thanks for the great feedback, Corkrey!
@yousufm.n25154 жыл бұрын
Really Great and easy to understand concept explanation. Thanks a bunch.
@Felipedotcom6 жыл бұрын
Thanks for this tutorial, I got it in no time. Integration with DRF is so smooth :)
@thedumbfounds7676 жыл бұрын
;)
@harperjmusic4 жыл бұрын
Great playlist, thanks
@TheGuywithnolife3 жыл бұрын
OMG thank uuuu
@ramoushs4 жыл бұрын
thank you, that was so helpful:)
@ahmedelmawrdy43814 жыл бұрын
Thanks i hope to update the playlist to keep up with new features in 2021
@d35348w6 жыл бұрын
Really great job on this series! Thank you for organizing this in such a logical way...very useful and powerful info!
@thedumbfounds7676 жыл бұрын
Thank you, Kevin!
@jessewalker18806 жыл бұрын
Great videos! I just watched all 4. Can't wait for the next one!
@thedumbfounds7676 жыл бұрын
Thank you Jesse!
@jessewalker18806 жыл бұрын
You should do one on using the API to back end visualizations using d3, or one of the many great charting libraries!
@thedumbfounds7676 жыл бұрын
I haven't used d3, yet, but would be interesting to look at! Thanks for the suggestion.
@sumanmalla97064 жыл бұрын
Thank you !! I was looking exactly for this technique
@letccc5 жыл бұрын
Dude you are doing awesome work
@Thesrik236 жыл бұрын
I hope your channel will hit 1 million subscribers very soon
@thedumbfounds7676 жыл бұрын
thanks a ton for your support. I think that's going to take a while, though ;)
@teejaay_me6 жыл бұрын
For sure, it will.
@Thesrik236 жыл бұрын
Tam Xid He deserve it
@fancylad20066 жыл бұрын
Great series! Thank you!
@GL-fc2pv5 жыл бұрын
Thank this was very helpful!!! Would love to see more videos on custom filters that are handle more complex filters
@adeyemidamilola3964 жыл бұрын
Great Content.
@NiteshKumar-do4en5 жыл бұрын
Excellent content in Django thanks continue this
@aaronaaronaaron59225 жыл бұрын
wow, man, you really helps me. thany you bro of bros
@thedumbfounds7675 жыл бұрын
Bro fist!
@justplay49454 жыл бұрын
thx very informative
@nsulanov3126 жыл бұрын
Thank you so ;much , very good explanation for beginners
@thedumbfounds7676 жыл бұрын
You're welcome, thx for the feedback!
@carlosbullones9196 жыл бұрын
Thank you brother, great video!
@thedumbfounds7676 жыл бұрын
thanks, you're welcome!
@AntonBaumannG5 жыл бұрын
Thanks for the help, just a question someone may be able to help me with: The filtering shown here is done with "and" for multiple fields, how would one go about implementing an "or" filter with django-filters ?
@ulvidamirli27584 жыл бұрын
Thank you it was very informative tutorial! But I can't use this filtering in my html files. I want to use it and be able to filter from a dynamic html file
@villidanego39024 жыл бұрын
Can you do it on the front end tho?
@jonesmutua5015 жыл бұрын
what if i wanted to render the results in another page, how would i do it?
@thalariharsha4 жыл бұрын
hit a api the api responce time not reached one second , how do you do this
@tharunchinni4 жыл бұрын
How are you passing these 3fileds in request?
@tluanga-ruatpuii-pa6 жыл бұрын
Please make a video in updating multiple objects using djangorestframework
@thedumbfounds7676 жыл бұрын
You could make a new method and update multiple objects in it, like shown in part 2.
@niteshrawat5766 жыл бұрын
Thanks for creating such awesome and helpful videos, hope u hit 1 mil mark soon. When I am using filter_backends attribute in my viewset class, api page gives typeError: 'str' object is not callable. And on using the FilterSet class , the filter button does not appee. Not able to find the fix. :/
@thedumbfounds7676 жыл бұрын
I think it's going to take a while til 1M, but thanks ;) Make sure to compare your code against the one on github. The link is in the description.
@niteshrawat5766 жыл бұрын
@@thedumbfounds767 thanks man for the help ! :)
@thedumbfounds7676 жыл бұрын
:)
@KrishnaManohar80214 жыл бұрын
When you upload DRF - Token system
@mrbuslov2 жыл бұрын
If button "Filter" doesn't show, use filterset_fields instead of filter_fields