- Notifications
You must be signed in to change notification settings - Fork302
raise NotImplementedError('create()
must be implemented.') NotImplementedError:create()
must be implemented.#930
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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 codeCreate your models here.
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 5 comments 9 replies
-
Django REST Framework JSON API is an addon toDjango REST Framework implementing thejsonapi.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 thesupport channels of Django REST Framework. They should be able to assist you. |
BetaWas this translation helpful?Give feedback.
All reactions
-
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 . |
BetaWas this translation helpful?Give feedback.
All reactions
-
Same happened with me! I was also following tutorials of Geeky Show and got this error! Any solution for this error? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I also follow tutorials of Geeky Show and got this error |
BetaWas this translation helpful?Give feedback.
All reactions
-
Check indentation of (def create) def create(self,validated_data): |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yes, It's work |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi, class StudentSerializer(serializers.Serializer):
|
BetaWas this translation helpful?Give feedback.
All reactions
👍 5😄 2❤️ 6
-
Thank you sir your solution is working |
BetaWas this translation helpful?Give feedback.
All reactions
-
This helped me, thanks |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you so much. That saved the day! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you, this solved my issue |
BetaWas this translation helpful?Give feedback.
All reactions
-
please check everywhere that any spelling mistake |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
instead of using serializers.Serializer use , serializers.ModelSerializer, it works for me . |
BetaWas this translation helpful?Give feedback.
All reactions
😄 3
-
You saved my day. Thank you so much |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #929 on April 20, 2021 10:11.