How to build scalable REST APIs with Django REST Framework

preview_player
Показать описание
DJANGO REST BATTERIES:

DJANGO STYLEGUIDE:

SOURCE CODE:

SONG CREDIT:
Anno Domini Beats - Forever
Рекомендации по теме
Комментарии
Автор

This content is really good, thanks man

benjaminarmijoguzman
Автор

Very nicely explained man. keep up the good work

muhammadhassan
Автор

Thanks, am watching from St Petersburg

michaeldjango
Автор

Great video. One question: Why do you have the serializers and viewsets inside the views.py file? is it for demo? Cause serializers shoudl be in the serializers.py file, right?

ameerhbaig
Автор

Great video, by the way from today i am your subscriber)
I have some questions about django. (may be for your next vies, but i will be happy if you answer like at least shortly in comment:)))
1. what about action decorators, when you want to add different api (not crud)
2. what is best practice for using filterset classes?
3. best way for adding swagger (some problems when swagger do not read params of filter of genericviewsets filtersets when we use action decorators in it.
4. what is migrations file effective use, to not have conflicts, when you work 3-4 people on project?
5. orm, annotations, aggregations, rawsql which type is best for cases?

sbphp
Автор

Thanks for sharing this.
I have a question, when writing the update function in the service layer, how do you deal with many to many fields?
I have a few serializers that handle this using the DRF Writable Nested package.

gilijose
Автор

Why you are these days.. the last video is 1 year old

sauravsharma