Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django.contrib.auth.decorators login_required with django-rest-framework

How to get nationalities with django-countries

How to combine two similar views into a single response?

Does DRF Model serializer preserve the order in the list when creating multiple objects?

Create a nested serializer with Django Rest Framework, but without primary keys as identity

How to store JWT Token in DB with Django REST Framework

How to optimize/simplify heapsorting django objects? (can't use modules and db sorts)

Upload a file from react native image picker to server

How to prefetch for individual object? (AttributeError: object has no attribute 'select_related')

Django Rest Framework: get_FOO_display in serializer not letting me POST

bulk_create using ListCreateAPIView and ListSerializer

"Got KeyError when attempting to get a value for field `username` on serializer `UserCreateSerializer`

using @cache_response() decorator from drf extensions while using @api_view function view

How to use custom serializers fields in my HyeprlinkedModelSerializer

Django-Rest - How to create URL & View to extract "GET" query parameters in different formats?