Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

CSRF Cookie Not Set when trying to log in django-allauth headless and NextJS+NextAuth

Create nested serializer of same type with depth option support

How to document parameters in Django REST Swagger 2?

Django REST framework url in json

WrappedAttributeError 'IsAdminUser' object has no attribute 'authenticate'

Django Rest Framework: Respond with 404 if no result found

Override default_error_messages on SlugRelatedField

AUTH_USER_MODEL refers to model 'core.User' that has not been installed

Using django-rest-auth registration with multiple user types

Returning values of a 'ReturnList' without the key in DjangoRestFramework

Conditional statements in DRF CreateAPIView

Django REST Framework: Response is not defined error

Excluding a list of a user's friends from the User.objects.all() queryset in django

from_db_value() takes 4 positional arguments but 5 were given Django

How to use django-filters to filter a field by a list of inputs