Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Calling a custom middleware after Authentication Middleware

Is there a way to pre-lookup related field models?

django-rest-framework

Dynamically modifying serializer fields in Django Rest Framework

Adding filtering changes ordering

django-rest-framework

Conditionally return JSON or HTML response from Django django-rest-framework's view

Django - source in serializers leading to too many database calls

Sanitize input in Django Rest Framework

Django Rest API POST issues

Best practices for architecturing data validation in a Django multi sided project [closed]

Django doesn't see environment variables when deployed to Elastic Beanstalk

Django User password not getting hashed for custom users

Deploying an Angular 4 frontend with a Django Rest Framework backend on Heroku

Django Rest Framework: Writable nested serializers with Generic Foreign Key

Django Rest Framework combine multiple querysets in one api endpoint

django.db.utils.OperationalError: (1052, "Column 'name' in field list is ambiguous")

Django rest framework- calling another class-based view

Django-OAuth-ToolKit : Generating access token's for multiple resources/services using client credentials grant type of OAuth2.0

How can I send multipart/form-data that contains json object and image file via curl? And how can I treat it with Django Rest Framework?

DRF: Remove field on model serializer after validation but before creation (on CreateAPIView)

Any possible way of single sign on service with django rest framework?