Django REST API Tutorial - Filtering System #4 (2018)

  Рет қаралды 20,912

The Dumbfounds

The Dumbfounds

Күн бұрын

Пікірлер: 51
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
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!
@EddyCaffrey
@EddyCaffrey 6 жыл бұрын
The Dumbfounds I hope it will be for soon 😉
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
haha, me too!
@Skaxarrat
@Skaxarrat 6 жыл бұрын
Is this the last video from this series?
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
David yep, for now at least. Don't know if I'll be adding to it in the future.
@Corkrey
@Corkrey 6 жыл бұрын
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!
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
Thanks for the great feedback, Corkrey!
@yousufm.n2515
@yousufm.n2515 4 жыл бұрын
Really Great and easy to understand concept explanation. Thanks a bunch.
@Felipedotcom
@Felipedotcom 6 жыл бұрын
Thanks for this tutorial, I got it in no time. Integration with DRF is so smooth :)
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
;)
@harperjmusic
@harperjmusic 4 жыл бұрын
Great playlist, thanks
@TheGuywithnolife
@TheGuywithnolife 3 жыл бұрын
OMG thank uuuu
@ramoushs
@ramoushs 4 жыл бұрын
thank you, that was so helpful:)
@ahmedelmawrdy4381
@ahmedelmawrdy4381 4 жыл бұрын
Thanks i hope to update the playlist to keep up with new features in 2021
@d35348w
@d35348w 6 жыл бұрын
Really great job on this series! Thank you for organizing this in such a logical way...very useful and powerful info!
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
Thank you, Kevin!
@jessewalker1880
@jessewalker1880 6 жыл бұрын
Great videos! I just watched all 4. Can't wait for the next one!
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
Thank you Jesse!
@jessewalker1880
@jessewalker1880 6 жыл бұрын
You should do one on using the API to back end visualizations using d3, or one of the many great charting libraries!
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
I haven't used d3, yet, but would be interesting to look at! Thanks for the suggestion.
@sumanmalla9706
@sumanmalla9706 4 жыл бұрын
Thank you !! I was looking exactly for this technique
@letccc
@letccc 5 жыл бұрын
Dude you are doing awesome work
@Thesrik23
@Thesrik23 6 жыл бұрын
I hope your channel will hit 1 million subscribers very soon
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
thanks a ton for your support. I think that's going to take a while, though ;)
@teejaay_me
@teejaay_me 6 жыл бұрын
For sure, it will.
@Thesrik23
@Thesrik23 6 жыл бұрын
Tam Xid He deserve it
@fancylad2006
@fancylad2006 6 жыл бұрын
Great series! Thank you!
@GL-fc2pv
@GL-fc2pv 5 жыл бұрын
Thank this was very helpful!!! Would love to see more videos on custom filters that are handle more complex filters
@adeyemidamilola396
@adeyemidamilola396 4 жыл бұрын
Great Content.
@NiteshKumar-do4en
@NiteshKumar-do4en 5 жыл бұрын
Excellent content in Django thanks continue this
@aaronaaronaaron5922
@aaronaaronaaron5922 5 жыл бұрын
wow, man, you really helps me. thany you bro of bros
@thedumbfounds767
@thedumbfounds767 5 жыл бұрын
Bro fist!
@justplay4945
@justplay4945 4 жыл бұрын
thx very informative
@nsulanov312
@nsulanov312 6 жыл бұрын
Thank you so ;much , very good explanation for beginners
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
You're welcome, thx for the feedback!
@carlosbullones919
@carlosbullones919 6 жыл бұрын
Thank you brother, great video!
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
thanks, you're welcome!
@AntonBaumannG
@AntonBaumannG 5 жыл бұрын
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 ?
@ulvidamirli2758
@ulvidamirli2758 4 жыл бұрын
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
@villidanego3902
@villidanego3902 4 жыл бұрын
Can you do it on the front end tho?
@jonesmutua501
@jonesmutua501 5 жыл бұрын
what if i wanted to render the results in another page, how would i do it?
@thalariharsha
@thalariharsha 4 жыл бұрын
hit a api the api responce time not reached one second , how do you do this
@tharunchinni
@tharunchinni 4 жыл бұрын
How are you passing these 3fileds in request?
@tluanga-ruatpuii-pa
@tluanga-ruatpuii-pa 6 жыл бұрын
Please make a video in updating multiple objects using djangorestframework
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
You could make a new method and update multiple objects in it, like shown in part 2.
@niteshrawat576
@niteshrawat576 6 жыл бұрын
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. :/
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
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.
@niteshrawat576
@niteshrawat576 6 жыл бұрын
@@thedumbfounds767 thanks man for the help ! :)
@thedumbfounds767
@thedumbfounds767 6 жыл бұрын
:)
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
When you upload DRF - Token system
@mrbuslov
@mrbuslov 2 жыл бұрын
If button "Filter" doesn't show, use filterset_fields instead of filter_fields
Django Testing Tutorial - Testing Views #3
16:28
The Dumbfounds
Рет қаралды 81 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Django Filtering System with django-filter - Filter Queryset (2018)
6:42
How to (and how not to) design REST APIs
14:28
CodeOpinion
Рет қаралды 61 М.
Getting Started With Django REST Framework
26:31
Pretty Printed
Рет қаралды 199 М.
REST API Headers vs Path Parameters vs Query Parameters vs Body
8:02
Adding Filtering, Sorting And Pagination To a REST API | .NET 7
24:02
Milan Jovanović
Рет қаралды 63 М.
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 396 М.
Serializers (Django REST framework)
6:30
CodingWithMitch
Рет қаралды 117 М.