Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

DRF options request on viewset with multiple serializers

Django rest framework & external api

DRF Serializers for Models with OneToOne relationship

How to choose specific columns when using depth in serializer

Unable to import TokenObtainPairView,TokenRefreshView from JWT

How can I pass multiple values for a single parameter into the API url in Django Rest Framework?

django Rest Framework - ViewSet with custom list view and URL parameter

Django Oauth Toolkit as SSO server

Django 'WSGIRequest' object has no attribute 'Post'

Serialize many-to-many relation with intermediate model in Django Rest

Set expiration time to sample django jwt token

Django Rest Framework - Send multipart/form-data with file and other data to API

How to use @condition decorator for REST view classes

ValueError: Related model 'auth.Group' cannot be resolved when running django test

patch() got an unexpected keyword argument

Django Rest Framework imageField to server

Why user autometically authenticated in django test case?