Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to make a rest_framework Serializer disallow superfluous fields?

How do you Serialize the User model in Django Rest Framework

Django Rest Framework - separate serializer class per method in model based API view

django-rest-framework

How to apply a filter backend to all fields of all resources in Django Rest Framework?

DRF - How to handle exception on serializer create()?

Inherit a parent class docstring as __doc__ attribute

"<Model> with this <field> already exist" on PUT call - Django REST Framework

using APITestCase with django-rest-framework

Django Rest Framework reverse and SimpleRouter

Django Rest Framework filtering calculated model property

Django rest framework nested viewsets and routes

Django.rest_framework: How to serialize one to many to many?

How to use ModelMultipleChoiceFilter?

Django rest framework user registration?

How to serve static files to AWS when deploying Django app (`python manage.py collectstatic` didn't work)?

How to use Pagination in a Non-Generic View/Viewset?

How to use custom token model in Django Rest Framework

Do I need Nginx with Gunicorn if I am not serving any static content?

Return Custom 404 Error when resource not found in Django Rest Framework

Trade offs between view and viewsets

django-rest-framework