How to resolve uploading multiple images works, but the API call returns an empty array?
I have a Django REST API and I have a function for uploading multiple images in the admin of Django. And everything works fine: a user can upload multiple images and also the images are stored in the database table
How to resolve uploading multipe images works for Admin django, but the api call returns an empty array?
I have a django rest api app. And I have a function for uploading multiple images in the admin of django. And everything works fine: a user can upload multiple images and also the images are stored in the database table
How to resolve uploading multipe images works for Admin django, but the api call returns an empty array?
I have a django rest api app. And I have a function for uploading multiple images in the admin of django. And everything works fine: a user can upload multiple images and also the images are stored in the database table
How to mark a DRF ViewSet action as being exempt from the application of a custom middleware?
I’ve created a Custom Django Middleware and added to the MIDDLEWARE
settings variable correctly.
Why raising serializers.ValidationError() is causing UnicodeDecodeError?
I am creating a django rest API(with a ImageField) and it is working fine. But I want to add some validations to some CharFields fields. I noticed some unicodeDecoderError while added a validator or simply raising a validation error. Spent quite a lot of time trying to solve it. Any help will be appreciated.
How to logout with django rest framework?
I have a django rest framework. And I am using
Nested Serializer Doesn’t work as expected in pytest
I have this serializer class.
How to add permissions in django admin panel for user?
I have a django app. And I added in the admin panel of django the following permission:
How to show permissions in django admin project?
I have a django app. And I try in the admin panel of django restrict user permissions with the AUTHENTICATION AND AUTHORIZATION tab.
How to fix the “Required field” error when submitting a form with images to the Django Rest Framework
I created a serializer to create a description and a photo: