Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework custom field only pair of values (without fieldname as dict key)

Django Rest Framework Send verification email

OpenID Connect + Django DRF + React: How to use?

Django Rest Framework - Displaying the User's Profile

Django FilterSet AND(?) condition

Django-rest-framework filter_queryset() takes 3 positional arguments but 4 were given

VScode unittest test discovery settings for django app

Add multiple models and custom fields to a json response in Django Rest Framework

DRF - request.user returns AnonymousUser in APIView while logged in during api call from fetch

rest_framework authtoken migration error

How do I rollback transaction in django-rest-framework APIView?

How can I correctly pass arguments to classbasedviews testing the Django REST Framework?

How do I specify a custom lookup field for a DRF action on a viewset?

Django Rest Framework app security preparation for production (Auth and Admin Panel)

Should I use both Django views and Rest Framework together and how?

Django Rest Framework - User Profile in nested User

Can i validate filter params using django-filters with some exeption if params or filter-params are wrong?