Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Difference between model fields(in django) and serializer fields(in django rest framework)

django rest framework https for absolute urls?

DjangoREST vs ExpressJS , which 1 should I choose to build REST API? [closed]

UnicodeDecodeError after upgrading to django-rest-framework 3

Filtering on action decorator - Django Rest Framework

Get serializer field value in api-view

Django Rest Framework - CreateAPIView doesn't let use POST method

Remove count, next, previous from response in Django REST framework

Token in query string with Django REST Framework's TokenAuthentication

Validate and get the user using the jwt token inside a view or consumer

django-rest-framework: __init__() takes exactly 1 argument (2 given)

Django datetime format different from DRF serializer datetime format

Custom throttling response in django rest framework

Editing response content in Django middleware

django rest framework gives 403 when behind nginx but not directly

restframework 'tuple' object has no attribute '_meta'

Django signals not receiving/working

django-rest-framework: add additional permission in ViewSet update method