Search code examples
React Django REST framework session is not persisting/working...


djangoreactjsdjango-rest-frameworkaxios

Read More
Can we use post_save signals in apps.py?...


pythonpython-3.xdjangodjango-modelsdjango-rest-framework

Read More
What's the appropriate HTTP status code to return if a user tries logging in with an incorrect u...


validationrestdjango-rest-frameworkrestful-authenticationhttp-status-codes

Read More
Using Django Rest Framework's browsable API with APIViews?...


django-rest-framework

Read More
Django: how to create a unique instance of one model as a field in another model...


pythondjangodjango-modelsdjango-rest-framework

Read More
How to restrict so that the author of the post can only see and edit his posts...


python-3.xdjangodjango-rest-frameworkdjango-viewsdjango-rest-framework-permissions

Read More
dj-rest-auth/registration return http 204 no content...


djangodjango-rest-frameworkdj-rest-auth

Read More
DRF - Creating new object on POST with reference to existing object...


django-rest-framework

Read More
Getting nested models fields. Serializer error. Object of type QuerySet is not JSON serializable...


pythondjangodjango-rest-framework

Read More
Django Update on UniqueConstraint...


pythondjangodjango-rest-framework

Read More
Django REST Framework - Custom action to use different serializer class, empty result...


djangodjango-rest-framework

Read More
Django Rest Framework - ListCreateAPIView - How to filter + aggregate + create multiple objects insi...


python-3.xdjangodjango-modelsdjango-rest-frameworkdjango-views

Read More
SocketException: OS Error: Connection refused, errno = 111 in flutter using django backend...


djangoflutterdjango-rest-frameworkpythonanywhere

Read More
DRF APIClient Delete data arrives in request.data, not request.query_params...


djangodjango-rest-frameworkpytest

Read More
Django REST Framework 401 error with valid credentials...


djangodjango-rest-framework

Read More
Forbidden (CSRF cookie not set.) when trying to connect from a desktop app...


pythondjangodjango-rest-frameworkdjango-csrfcsrf-token

Read More
Django serializer is not validating or saving data...


pythondjangodjango-rest-framework

Read More
If POST requests are csrf protected by default What is the purpose of using @method_decorator(csrf_p...


pythondjangodjango-rest-frameworkdjango-views

Read More
Adding two factor authentication in Django/Django Rest...


pythondjangodjango-rest-framework

Read More
Store client IP on model on requests in Django restframework...


pythondjangodjango-rest-framework

Read More
How to get attribute of a foreign key inside serializer in Django REST framework?...


pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
DLL load failed while importing _rust: The specified procedure could not be found...


djangorestdjango-rest-frameworkdllpostman

Read More
JWT authentication not working in django rest framework...


djangoauthenticationdjango-rest-frameworkjwt

Read More
Django: How to filter based on custom field generated in serializer to_representation...


python-3.xdjangofilterdjango-rest-frameworkdjango-filter

Read More
Method "PATCH" not allowed error in django...


djangodjango-rest-frameworkdjango-generic-views

Read More
DRF serializer parsing comma-delimited string into a list field...


pythondjangodjango-rest-framework

Read More
How do I wrap all metadata into a "meta" property?...


djangodjango-rest-framework

Read More
ImportError: No module named django_extensions...


pythondjangodjango-rest-frameworkdjango-extensions

Read More
Calling the create method of a ModelViewSet from another ModelViewSet...


djangodjango-rest-framework

Read More
Field Validator not getting called in Model Serializer...


pythonpython-3.xdjangoserializationdjango-rest-framework

Read More
BackNext