Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Determine base64 uploaded file extension and mime type

Is it mandatory to use serializer in Django viewset?

Django Rest Framework: Passing Context in Viewsets

AndroidStudio aws django: HttpUrlConnection not working

Django REST framework - views serving both regular webpages and API responses depending on the request

Unable to save empty list to Django ArrayField

How to apply throttling just to create action in DRF viewsets?

Sort DRF serializer output of nested Serializer field by child's field

Django Rest Framework - How to restructure json response?

How to blacklist a JWT token with Simple JWT (django rest)?

ImportError: cannot import name 'url' from 'django.conf.urls' django-rest-auth

"JSON parse error - Expecting property name enclosed in double quotes: line 1 column 2 (char 1)"

add instances to a manytomany field in django rest framework

build When Case query in for loop django

How do I delete a collection in Django Rest Api?

How to take slice of string when serializing a field (Django/DRF)

How to serialize a relation OneToOne in Django with Rest Framework?