django-rest-framework
What are the differences between django-tastypie and djangorestframework? [closed]
Closed. This question is opinion-based. It is no开发者_运维知识库t currently accepting answers.[详细]
2023-04-03 03:11 分类:问答Django Rest Framework: 'function' object has no attribute 'as_view'
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[详细]
2023-03-23 16:51 分类:问答How can i make a long polling api with django rest framework
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[详细]
2022-12-07 23:34 分类:问答django core exceptions ImproperlyConfigured:
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[详细]
2022-12-07 19:16 分类:问答Optimizing Nested DRF Serializers
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,[详细]
2022-12-07 18:50 分类:问答Error while installing mysqlclient in django
I\'m trying to install mysqlclient using pip install mysqlclient But facing the following error Collecting mysqlclient[详细]
2022-12-07 18:42 分类:问答This field is required DRF Nested Serializers
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[详细]
2022-12-07 18:31 分类:问答Data class serialization with blank string in Django
I have a data class in Django using the rest framework, that has a string field and a serializer for it.[详细]
2022-12-07 18:14 分类:问答