Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework - Separate permissions per methods

How do I create a login API using Django Rest Framework?

django-rest-framework 3.0 create or update in nested serializer

Django REST framework serializer without a model

Cannot apply DjangoModelPermissions on a view that does not have `.queryset` property or overrides the `.get_queryset()` method

Return the current user with Django Rest Framework

CSRF Failed: CSRF token missing or incorrect

What is the benefit of using a HyperlinkedModelSerializer in DRF?

Difference between views and viewsets?

django-rest-framework

Authorization Credentials Stripped --- django, elastic beanstalk, oauth

How to set current user to user field in Django Rest Framework?

Django Rest Framework Token Authentication

Pass request context to serializer from Viewset in Django Rest Framework

Django Rest Framework partial update

Django or Django Rest Framework

How do I create multiple model instances with Django Rest Framework?

DRF: Simple foreign key assignment with nested serializers?

Write only, read only fields in django rest framework

Pass extra arguments to Serializer Class in Django Rest Framework

How to register users in Django REST framework?