Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

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?

Django SECURE_SSL_REDIRECT and 301 HTTP responses

Django Rest Framework - Unit test image file upload

Register User with custom fields in Djoser and Rest Framework

How to serialize numpy arrays?

with drf-yasg, how to supply patterns?