#drf

[ follow ]
#django
Djangosnippets
1 month ago
JavaScript

Serializer factory with Django Rest Framework

Dynamic creation of model serializers simplifies data import processes from spreadsheets.
Avoid using '__all__' in serializers to prevent exposing sensitive data. [ more ]
Djangocentral
8 months ago
Django

How to Use @action Decorator in Django Rest Framework

Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations. [ more ]
Djangocentral
8 months ago
Django

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions. [ more ]
Djangosnippets
1 month ago
JavaScript

Serializer factory with Django Rest Framework

Dynamic creation of model serializers simplifies data import processes from spreadsheets.
Avoid using '__all__' in serializers to prevent exposing sensitive data. [ more ]
Djangocentral
8 months ago
Django

How to Use @action Decorator in Django Rest Framework

Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations. [ more ]
Djangocentral
8 months ago
Django

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions. [ more ]
moredjango
[ Load more ]