Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

return token after registration with django-rest-framework-simplejwt

Django Rest Framework Many=False producing errors

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