Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Using two different serializer in one endpoint django rest framework

unable to import rest_framework_simplejwt

How to serialize a API response (in JSON) and modify and add fields to it in Django Rest Framework?

django.core.exceptions.ImproperlyConfigured: Cannot import 'category'. Check that 'api.category.apps.CategoryConfig.name' is correct

Calling Model Method Via Django Rest Framework View

the queryset attribute of django REST api generic views

Django Rest Framework: DRYer pagination for custom actions

Django ArrayAgg - filtering annotated array

FileNotFoundError: [WinError 3] The system cannot find the path specified: ''

Serializer - Including extra context in Django Rest Framework 3 not working

django-rest-framework

Django Rest Framework - how to pass kwargs to model.save()?

different queryset based on permissions in Django Rest Framework

Proper usage of viewset queryset

I want to add a location field in django model which take location input by putting lattitude and longitude

Openapi - duplicate operationID and extra parameter

django-rest-framework - What is the equivalent of "perform_create" in APIView

Custom unauthorized error response in DRF

Why is DRF browsable API running permission checks on multiple request types for every actual request?

Multiple Authentication classes Django doesn't try all the classes, fails at first