Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework: using DynamicFieldsModelSerializer for excluding serializer fields

Django Rest Framework serializers.DictField constraint on possible keys

Filter on range of datetimes in django rest framework

How to make a form in django like google form? where user can add or delete field according to their need?User can add up to 10-20 field?

How to test a FileField in Django REST Framework

How to pass several parameters through curl in `get` request?

Update if "Email already exist" in Django Rest Framework

Amazon ELB + Django HTTPS issues

Django Rest Framework: how do I Display content of Foreign keys in JSON

Django REST Framework: how to cache the result of SerializerMethodField?

django-rest-framework

Should REST Get request return image or image URL?

Proper usage of "callable default function" in Django REST Framework (DRF)

return token after registration with django-rest-framework-simplejwt

Django Rest Framework Many=False producing errors

Using two different serializer in one endpoint django rest framework

unable to import rest_framework_simplejwt

How to serialize a API response (in JSON) and modify and add fields to it in Django Rest Framework?

django.core.exceptions.ImproperlyConfigured: Cannot import 'category'. Check that 'api.category.apps.CategoryConfig.name' is correct

Calling Model Method Via Django Rest Framework View