Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

DjangoRestFramework HTTPS Links With Routers and Viewsets

Django-Rest-Framework Relationships & Hyperlinked API issues

What are the differences between data and validated data?

Using django with postman {"detail":"CSRF Failed: CSRF token missing or incorrect."}

CORS error while consuming calling REST API with React

django rest framework " TypeError: 'type' object is not iterable " error

CSRF validation does not work on Django using HTTPS

django-rest-framework limit the allowed_methods to GET

Mix View and ViewSet in a browsable api_root

SerializerClass field on Serializer save from primary key

Django REST framework Group by fields and add extra contents

Django Rest Framework - Updating a foreign key

Get params validation on viewsets.ModelViewSet

How to limit number of records in Django Rest Framework reverse relations

Django REST framework - multiple lookup fields?

How to unit test permissions in django-rest-framework?

How disable return of HTML error page with django rest framework?

Django REST Framework: Validate before a delete

How to do Django JSON Web Token Authentication without forcing the user to re-type their password?

django-rest-framework: independent GET and PUT in same URL but different generics view