Thank you so much, I really learned a lot about rest APIs and backend functionality. Couldn't have survived without this tutorial. The robot voice is great. Thanks again.
- "urls.py": you gotta use "re_path" instead of "url" : "from django.urls import re_path" - "settings.py" : instead of "path_join" : "path.join" - "post"-method: serializer is instantiated after we inserted into DB , so you have to also provide a valid id the 1st time you add sth. via api , after that "post"-method will fct without id - "delete"-method, "views.py" : instead of "DepartmentId=id" : "DepartmentId=department_data['DepartmentId'] => as in "put"-method => id is defined 0 as default at the beginning of "departmentApi" and never reassigned,
Thank you so much, I really learned a lot about rest APIs and backend functionality. Couldn't have survived without this tutorial. The robot voice is great. Thanks again.
Thank you sir, it is a comprehensive and simply explained tutorial on the django rest framework. Well done indeed! Cheers!
Finally I've found what I was searching for, for a few weeks. You were a huge help for me. Thanks a lot 🙂
Your tutorials are dope ! Thank you !!!
Awesome tutorial. Thanks a lot.
Instead of changing every department keyword to employee one by one try using CTRL + D until you get them all and change all at once.
Excellent course perfect to learn from
thank you very much sir for helping us.
why error " ModuleNotFoundError: No module named 'corsheadersEmployeeApp' ? pls help
I got a problem with depracation in urls, somethng like this: 'route that contains '(?P
Very nice explanation sir....
Thanks a lot MAN..
Simply thanks a lot.
departmentApi() missing 1 required positional argument: 'id' is there anything you missed to declare , iam having error like this
it's a robot that he talks, it's not a good idea for a tutorial. A human speaker is better I think
Sir using your method how to pass two params in url ?
Find the exact tutorial I'm looking for :) ... robotic text to speech "instructor" :(
Yay 💪 thank you 🙏
Seems like a machine generated voice
Unfortunately this code no longer works...
where is the issue?
- "urls.py": you gotta use "re_path" instead of "url" : "from django.urls import re_path"
- "settings.py" : instead of "path_join" : "path.join"
- "post"-method: serializer is instantiated after we inserted into DB , so you have to also provide a valid id the 1st time you add sth. via api , after that "post"-method will fct without id
- "delete"-method, "views.py" : instead of "DepartmentId=id" : "DepartmentId=department_data['DepartmentId'] => as in "put"-method
=> id is defined 0 as default at the beginning of "departmentApi" and never reassigned,
@@dieterhuhu2221 re_path also does not work
can u give gist of you project?
thank you, robot
It doesn't work!
God Bless u