Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Create a custom authentication

DRF, use method for read, and field for write

django-rest-framework

Custom Exceptions with Django Rest Framework

How to generate a schema for a custom pagination in django rfw with drf-spectacular?

DRF Response content-type set to None during tests

GIS - Can i have multple geo_fields (point, polygon, line) in 1 model and then serialize with DRF?

What is the difference between permission_classes and authentication_classes in django rest framework generic API Views

Django secret key generation

djangorestframework-simplejwt with auth0 - settings issue?

Level-field validation in django rest framework 3.1 - access to the old value

Could not import 'rest_framework_jwt.authentication.JSONWebTokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'

Custom 404 and 500 pages in django with -> DEBUG = True

Django and react login with google authentication

How to use PrimaryKeyRelatedField to update categories on a many-to-many relationship

Out of range float values are not JSON compliant with Django render

How do I customise the default 404 response for a URL not found error using Django Rest Framework?

Uploading base64 images using ModelSerializers in Django/django-rest-framework