Closed. This question is opinion-based. It is no开发者_运维知识库t currently accepting answers.
I\'ve been trying for a while to get a ModelResource or a View working using the Django Rest Framework. I\'m following the examples but the code in the examples is not working for me. Can anyone tell
I have a django backend and i\'m using django rest framework for my api\'s, my application is a grading system application that sees change in grades in real time, I don\'t want to make too many reque
I had my django up and running last night at around midnight, everything was kawa when i closed but in the morning when i open my pc i get django.core.exceptions.ImproperlyConfigured: error
Help, pliz, to optimize the monstrous code in the serializer, which is very slow ... As I understand it, the main problem is in several SerializerMethodFields, where get_tasks () are called. Tell me,
I\'m trying to install mysqlclient using pip install mysqlclient But facing the following error Collecting mysqlclient
I\'m getting This field is required error while creating a nested serializer. I have ReviewRatings and ReviewImages models in which ReviewImages is FK to ReviewRatings so that an user can upload singl
I have a data class in Django using the rest framework, that has a string field and a serializer for it.