Search code examples
django model add scheme to url field if not represented...

pythondjangodjango-rest-framework

Read More
Unable to customize user registration with djoser...

pythondjangodjango-rest-frameworkdjoser

Read More
How to Implement a Guest Login in Django REST Framework...

pythondjangoauthenticationdjango-rest-frameworkuser-accounts

Read More
Why Django API serializer.data return the data empty?...

djangodjango-rest-framework

Read More
ImportError: allauth needs to be added to INSTALLED_APPS...

python-3.xdjangodjango-rest-frameworkdjango-allauth

Read More
I want to add a location field in django model which take location input by putting lattitude and lo...

djangopython-3.xdjango-modelsdjango-rest-framework

Read More
Validating POST parameters with serializers in Django...

pythondjangovalidationdjango-rest-frameworkdjango-serializer

Read More
Django (DRF): How to do case-insensitive ordering...

djangodjango-rest-framework

Read More
Settings REST_FRAMEWORK error DEFAULT_SCHEMA_CLASS configuration...

pythondjango-rest-framework

Read More
Unique Constraint Failed In Upsert When Calling bulk_create with update_conficts...

djangopostgresqldjango-rest-frameworkbulkinsertupsert

Read More
Object permissions for multiply objects in DRF...

pythondjango-rest-frameworkdjango-permissions

Read More
APIClient headers for testing...

pythonpython-3.xdjangodjango-rest-frameworkpython-unittest

Read More
Unable to form ORM queryset in Django...

djangodjango-modelsdjango-rest-frameworkdjango-viewsdjango-orm

Read More
Can one inherit a ModelSerializer and Merge Models...

pythondjangodjango-rest-frameworkdjango-serializerdjoser

Read More
Why do I get the email but not the ID of the user in Django when using users_data = validated_data.p...

djangodjango-rest-frameworkbackendhttprequest

Read More
Django rest framework where to write complex logic in serializer.py or views.py?...

djangorestserializationdjango-rest-frameworkdjango-views

Read More
Gunicorn multiple workers + drf + socketio have only one connection...

pythondjango-rest-frameworkgunicornpython-socketio

Read More
DRF. Filtering child's class objects linked to parent with foreign key from a parent class api r...

pythondjangodjango-rest-frameworkdjango-filter

Read More
How to add permissions in django admin panel for user?...

pythondjangodjango-rest-framework

Read More
Why is everything grouped under "api" in Swagger UI with no division between task and subt...

djangodjango-rest-frameworkyamlswaggerapi-documentation

Read More
What are the differences between the APIView and ViewSets classes in Django?...

djangodjango-viewsdjango-rest-framework

Read More
How to show permissions in django admin project?...

pythondjangodjango-rest-framework

Read More
Python create an SDK instead just an API...

pythonsdkdjango-rest-framework

Read More
cannot import name in django rest framework...

djangodjango-modelsdjango-rest-framework

Read More
Serializing ManytoMany field in Django...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
How to create users and groups migrations in Django?...

pythondjangodjango-rest-frameworkrbac

Read More
How can I stop django REST framework to show all records if query parameter is wrong...

djangodjango-rest-framework

Read More
Using django with postman {"detail":"CSRF Failed: CSRF token missing or incorrect.&qu...

androiddjangodjango-rest-frameworkpostman

Read More
How to mapping ForeignKey model value in Django Rest Framework...

djangodjango-rest-frameworkdjango-orm

Read More
Django-Rest-Framework, POST operation: fields is not empty but DRF says is required...

pythondjangopostdjango-rest-framework

Read More
BackNext