Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django-rest-framework multiple serializer for 1 model?

How to post to a Django REST Framework API with Related Models

Django Rest Framework JWT Authentication Test

Django-rest-framework: set default renderer not working?

Get the values of a related model in Django Rest Framework?

DRF AttributeError: 'int' object has no attribute 'pk'

django rest framework jwt authentication with email and password

DRF APIView move request validation to dispatch method using request.data

Implementing Tags using Django rest framework

Async in django rest framework

Getting "AssertionError: duplicate Parameters found" when I hit /swagger url

DRF - from django.conf.urls import url in Django 4.0

django rest nested relation in post/put

How to get APIViews and ViewSets to show on API Root when using Router with Django REST Framework?

Django Rest Framework: Nested Serializers with FileField/ImageField

django-rest-framework

Save a many-to-many model in Django/REST?

Django REST framework: nested relationship: non_field_errors

Disable creating nested objects in django rest framework

Django Rest Framework, can I use ViewSet to generate a json from django view function?

tools to convert jsonschema into Django REST serializisers?