raise NotImplementedError('create()
must be implemented.') NotImplementedError: create()
must be implemented.
#930
Replies: 5 comments 9 replies
-
Django REST Framework JSON API is an addon to Django REST Framework implementing the jsonapi.org spec. When I look at your example code it seems though you are using pure Django REST Framework. Therefore you should try to reach out to one of the support channels of Django REST Framework. They should be able to assist you. |
Beta Was this translation helpful? Give feedback.
-
Hi there I think you have also stumbled upon Geeky Shows Rest_api tutorials , I am also stucked in the same problem of unable to create model and
...? Did you fix that one ? I really need help on that , I am also new in Django as well as REST api . |
Beta Was this translation helpful? Give feedback.
-
Hi, class StudentSerializer(serializers.Serializer):
|
Beta Was this translation helpful? Give feedback.
-
please check everywhere that any spelling mistake |
Beta Was this translation helpful? Give feedback.
-
instead of using serializers.Serializer use , serializers.ModelSerializer, it works for me . |
Beta Was this translation helpful? Give feedback.
-
I am Django REST API beginner research lot and trying various ways to solve but it not solve, please anyone can help me in this
here is my code
Create your models here.
Beta Was this translation helpful? Give feedback.
All reactions