Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Remove specific actions from existing drf model viewset

How to handle activation url with Django Djoser?

Django OAuth Toolkit: could not import ext.rest_framework

django-rest-framework: Unknown command: 'generateschema'

django-rest-framework

Django - Sum related fields that belongs to the same FK, for every object

How to set up a connection with Kerberos in Python application?

How to push your updated changes to an ec2 instance with django

Django Rest Framework create multiple objects

Docker-compose access container with service name in python file?

Updating multiple tables in Django

Django Rest Framework URL Mapping for multiple apps

Is It possible to add permissions to specific url in Django

'GenericRelatedObjectManager' is not JSON serializable

Include request data in Django Rest Framework custom exception handler response data

What is the recommended way to have CSRF protection in a Django Rest Framework + Angular application?

how to set foreignkey value in child serializer in django rest framework when the parent record exists

drf-spectacular not working when versioning is used (No operations defined in spec!)

Why is the difference between Serializer methods and View methods?

How can I pass additional args in as_view in Django REST framework