you all probably dont care at all but does someone know of a way to get back into an instagram account?? I was stupid lost the account password. I would appreciate any tricks you can offer me.
@Nelson Luciano i really appreciate your reply. I got to the site through google and I'm in the hacking process now. I see it takes a while so I will reply here later when my account password hopefully is recovered.
This is so far, the most detailed tutorial on UA-cam. I've watched all other Django API tutorials and they deal with the GET, POST manually instead of using the router.
I LITERALLY WASTED ONE DAY IN SEEING OTHER UA-cam AND UDEMY VIDEOS FOR REST FRAMEWORK...!! YOU ARE THE BEST IN TEACHING REST FRAMEWORK,. THANK YOU SO MUCH
Relatively new to Django. Just a few months since I've started to understand it. This is my First video I'm viewing on youtube related to the Rest Framework. Trust me I enjoyed every bit of it. It's Awesome. THanks alot.
I'm agree with Bruno Santos! Even with the errors, you showed how to fix it and why. I even changed the class and fields while following my first time. The video was so good and informative that i still made my WORKING rest api on the first try from this video. Thanks a bunch!
I spent a lot of time searching a tutorial where explained, as good as this one, how viewSet and router work simply and clearly. Thanks this helped me a lot!
Thanks. It helped a lot. I liked because of two reasons. First, it's the very few tutorials on rest framework using Djnago 2 and second it's easy and straight forward. The other tutorials I watched very extremely intimidating.
simplest tutorial on UA-cam so far, good job man.. 👍, dunno understand why everyone making this thing so tough on other channels, glad i found this channel. liked and subscribed from my side.
This is one of the best tutorials I have ever seen on UA-cam. Simple, informative and straight to the point. Thank you for this great work. I will be checking out your website as well.
Just an update. I'm using djangorestframework (3.10.2). Didn't need to update the serializer with HyperLinkedModelSerializer. Just the ModelSerializer worked well without any issues.
I have been looking for Django REST Framework tutorial for the last couple of days and this is far better than any other so far. Thanks to keep it simple. In other tutorial they try to cover up almost all concept in one video which makes those messy. But this is a good beginner level tutorial I must say. Please keep it up.
Thank you a lot! So many guides and "get started"s for django and rest and so hard to understand how it really works for someone new at this technology as me
Awesome Man, please keep making videos like this, it really helps us. Can you just explain, how to make api. I have a hazy idea about it. I feel it is somewhat like urls, but it's not. It would be really helpful if you would make a video on it. Thanks a lot.
Very good video !. It would be good to be able to include an example with a model and its relationships. To differentiate it from the rest of the video tutorials. regards
I have a question regarding django rest framework. How can we protect a DRF public api endpoint? For example, i have some api endpoints where authentication is not required and also i have separate javascript application which is hosted on a different platform. So i want to access the api endpoint only from the javascript application. Is there any simple way to secure the api endpoints.
Awesome tutorial. Subscribed right after going through your Flask-Mongo tutorials. Only one thing to suggest: use Djongo, for mongodb integrations with Django. Have done it with this example and it's super yumm!!!
Great video! Noob question, in my use-case I need to post to the API (thanks!) but I also need to take that posted data and email a notification AND add it to a Google sheet. In which .py file can I intercept the post data and fork out those functions?
hey there, it was a great video from a lot I watched you definitely accomplished the intro for the DRF, I have a quick question I hope I'm gonna get a reply, a have a C# MVC 5 Project and I wanna implement it into ML model by python how does DRF help me doing that? any tip would help
Would be lovely if you could do a view with TDD approach. Most of the materials i see online then to use django 1.11 and the syntax is quite different and the url routing is different from here. Could you do that anytime soon?
Hi, i followed every step but now when i look at the "Api Root"-page it only says "Allow: GET, HEAD, OPTIONS". How do i add POST? Also how can Postman POST to the server even though it is not allowed?? :O Thanks for the video and the instructions!!
Great video. Only thing I had to do in order to get this to work was that I needed to establish a 'base_name' parameter in the urls.py file where we registered the router. It looked something like... 'router.register('languages', views.LanguageView, 'language') I was also using Python3 with this example. Not sure if that made difference to be honest. Cheers
+Pretty Printed , How do i display the hyperlinked foreignkey objects in the api itself, rather than using hyperlinked or pk? My goal is to filter out the foreignkey object and am not able to if its hyperlinked.
You can use the Django app as your API backend. Look into iOS or Android development tutorials and focus on the part where they call APIs from within the apps.
Hi Anthony, thank you for this excellent tutorial. Could you please share the code for each of the files. I followed your tutorial using python3 and django 2.0.3 version and I am getting errors . No module named 'languages.serializer' :(
Join my free course on building a Todo API with Django REST Framework: prettyprinted.com/djangotodoapi
you all probably dont care at all but does someone know of a way to get back into an instagram account??
I was stupid lost the account password. I would appreciate any tricks you can offer me.
@Garrett Fernando Instablaster =)
@Nelson Luciano i really appreciate your reply. I got to the site through google and I'm in the hacking process now.
I see it takes a while so I will reply here later when my account password hopefully is recovered.
@Nelson Luciano It did the trick and I finally got access to my account again. I am so happy:D
Thanks so much you really help me out!
@Garrett Fernando Glad I could help =)
This is so far, the most detailed tutorial on UA-cam. I've watched all other Django API tutorials and they deal with the GET, POST manually instead of using the router.
I LITERALLY WASTED ONE DAY IN SEEING OTHER UA-cam AND UDEMY VIDEOS FOR REST FRAMEWORK...!!
YOU ARE THE BEST IN TEACHING REST FRAMEWORK,. THANK YOU SO MUCH
Same here lol.
haha! the same happened to me!
I checked many videos. But, I felt the ease and comfort in your explanation. Now, I understood the DRF. Thank you
Relatively new to Django. Just a few months since I've started to understand it. This is my First video I'm viewing on youtube related to the Rest Framework. Trust me I enjoyed every bit of it. It's Awesome. THanks alot.
You're welcome! Thanks.
Concise and yet elaborate. This is the YT best video tutorial on Django rest framework.
I'm agree with Bruno Santos! Even with the errors, you showed how to fix it and why. I even changed the class and fields while following my first time. The video was so good and informative that i still made my WORKING rest api on the first try from this video. Thanks a bunch!
I spent a lot of time searching a tutorial where explained, as good as this one, how viewSet and router work simply and clearly. Thanks this helped me a lot!
This is so much better than all other youtube django videos I watched so far. Thank You
Glad it was helpful!
Thanks. It helped a lot. I liked because of two reasons. First, it's the very few tutorials on rest framework using Djnago 2 and second it's easy and straight forward. The other tutorials I watched very extremely intimidating.
You're welcome! I'm glad the video helped.
simplest tutorial on UA-cam so far, good job man.. 👍, dunno understand why everyone making this thing so tough on other channels, glad i found this channel. liked and subscribed from my side.
Thanks for watching!
most sober and clean explanation till date !
This is one of the best tutorials I have ever seen on UA-cam. Simple, informative and straight to the point. Thank you for this great work. I will be checking out your website as well.
Thanks for watching!
i love this course . it is the best .
you teach very easily .please continue ❤❤❤
Just an update.
I'm using djangorestframework (3.10.2).
Didn't need to update the serializer with HyperLinkedModelSerializer.
Just the ModelSerializer worked well without any issues.
You are a amazing person, I like the voice, content and your tutorials all the time!!! one word - everything about web development made very eazy
One of the best explanations for REST FRAMEWORK....thanks a lot
Excellent job.
I followed the instructions and everything worked correctly.
Helped me a lot.
I have been looking for Django REST Framework tutorial for the last couple of days and this is far better than any other so far. Thanks to keep it simple. In other tutorial they try to cover up almost all concept in one video which makes those messy. But this is a good beginner level tutorial I must say. Please keep it up.
all the comments appreciating this video still hold true..!!
Thank you!
Thanks for the great tutorial, definitely the best one on UA-cam!
as mobile app dev, this tutorial is really helpful, clear and simple, thanks!
perfect rest_framework basics videos i came across youtube till today. Thanks a lot
You're welcome! I'm glad you like the videos.
Thank you a lot! So many guides and "get started"s for django and rest and so hard to understand how it really works for someone new at this technology as me
Glad the video helped!
this was one of the best videos on the rest framework ive ever seen!
Glad you like it. Thanks for watching!
This is the "start here" video for DRF if you are new imho.
@@michaelkennedy5126 Thanks for the kind words Michael.
The best explanation about DRF. God bless you
I rarely give comments , this one really worth it
Thank you so much. I'm glad you liked the video.
Great Video, compressed hours of knowledge into minutes. Best intro to this concept thus far!
Thanks for watching!
Wow! This was the best tutorial I have come across!!!! Thanks a lot.... I was having a hardtime understanding viewsets lol
Thanks bro For teaching this to us
Awesome Man, please keep making videos like this, it really helps us. Can you just explain, how to make api. I have a hazy idea about it. I feel it is somewhat like urls, but it's not. It would be really helpful if you would make a video on it. Thanks a lot.
Awesome video and explanation as well! very much informative and easy to understand..
This was a such a clear and easy to follow tutorial. Thank you for making this!
You're welcome! Thanks for watching
Was looking for something like this only. It was neat and to the point
Glad you like it! Thanks for watching.
Loved the awesomely detailed and crisp video ! Had forgotten to give a like so came back to this video to do that hahaha!
Thanks for the like and for watching!
Awesome explanation, Sir, Thanks a lot !
Thanks! That was easy and very useful.
Glad it helped! Thanks for watching.
Best tutorial on Rest framework of Django
Thanks for watching!
really love you, i've seen a few videos about rest_framework but yours was the best!!
Thanks! I hope to make more in the future.
DRF is great, thanks for tutorials.
You're welcome! Thanks for watching.
I really appreciate your lecture. Many thanks
It's Awesome, very nicely explained.😃👍
Thanks man
I saw Todo API with Django REST Framework
That's so amazing
Glad you liked it!
Thank you. Short and clear.
Very good video !. It would be good to be able to include an example with a model and its relationships. To differentiate it from the rest of the video tutorials.
regards
I put out a video on just that topic. thanks for watching.
This is a really good tutorial, thank you!
Thnqq for this video...looking forward to learn more
I usually don't leave comments But super thanks for the video.
It helped me a lot!
I'm glad it did. Thanks for watching.
Thanks for explaining serializers and the view sets!
You're welcome!
Thank you for the useful explanation.
Have you tried JWTTokenUserAuthentication backend experimental feature to implement the microservices architecture in DRF?
You deserve everything. very good explanation Anthony.
Thanks!
Best content available for django!
Thanks for watching!
Thank you so much. Waiting for more advanced videos on rest API like user dashboard login register and logout system.
I'll see what I can do about more advanced videos. Thanks for watching.
Finally found the lecture I was looking for. Thanks A lot.
Can you please points some good resources for further in Django REST Framework?
I have a question regarding django rest framework. How can we protect a DRF public api endpoint?
For example, i have some api endpoints where authentication is not required and also i have separate javascript application which is hosted on a different platform. So i want to access the api endpoint only from the javascript application.
Is there any simple way to secure the api endpoints.
Best One to start. Thank you
Thanks a lot, your videos help me so much💯❤️
Awesome tutorial. Subscribed right after going through your Flask-Mongo tutorials. Only one thing to suggest: use Djongo, for mongodb integrations with Django. Have done it with this example and it's super yumm!!!
Definitely want to make Djongo videos in the future. Thanks for watching!
Great video! Noob question, in my use-case I need to post to the API (thanks!) but I also need to take that posted data and email a notification AND add it to a Google sheet. In which .py file can I intercept the post data and fork out those functions?
you'd do it in the view file.
love you bro...u solved my problem.Your code works. Actually, i am facing problem in Post request.Now it is working.
Glad it worked for you!
Really nice video, very intuitive, Thanks a lot!
You're welcome! Thanks for watching.
What is that command prompt you are using.
It seemed very customized to me
Great tutorial! Thanks!
Great video, simple and easy. You've helped me a lot, thanks :)
Wonderful video! Thank you so much :D
What if i only want a GET request and not a POST in that what are changes that need to be done
thanks for great video. Regards from Germany
Loved your explanation. Could you please suggest an way to build API with Django Framework using Excel sheet(with multiple sheets) as database?
Can we create an api using django-rest framework that will connect to the database (given by url parameter )and query
the given table ???
Excellent video! It has helped me a lot.
That was easy and superfast. Thanks.
Thanks for watching!
This was a great video thanks.
Excellent tutorial 👏
hey there, it was a great video from a lot I watched you definitely accomplished the intro for the DRF, I have a quick question I hope I'm gonna get a reply, a have a C# MVC 5 Project and I wanna implement it into ML model by python how does DRF help me doing that? any tip would help
That was a good tutorial, thanks for help me and greetings from Colombia
You're welcome! Thanks for watching.
Great Introduction, I use it for reference. thanks
Glad I could help. Thanks for watching!
Would be lovely if you could do a view with TDD approach. Most of the materials i see online then to use django 1.11 and the syntax is quite different and the url routing is different from here. Could you do that anytime soon?
I have considered doing some TDD approaches on the channel. I'll see what I can do.
Hi, i followed every step but now when i look at the "Api Root"-page it only says "Allow: GET, HEAD, OPTIONS". How do i add POST?
Also how can Postman POST to the server even though it is not allowed?? :O
Thanks for the video and the instructions!!
Very good explanation. Keep it up, god bless you !!!
Glad you like the video. Thanks for watching!
Really solid video.
Nice video quick and informational
Glad you think that. Thanks for watching!
Great video. Only thing I had to do in order to get this to work was that I needed to establish a 'base_name' parameter in the urls.py file where we registered the router. It looked something like... 'router.register('languages', views.LanguageView, 'language')
I was also using Python3 with this example. Not sure if that made difference to be honest. Cheers
Great video. I really like it. Thank you very much
You're welcome. Thanks for watching.
Excellent intro - many thanks
You're welcome! Thanks for watching.
+Pretty Printed , How do i display the hyperlinked foreignkey objects in the api itself, rather than using hyperlinked or pk? My goal is to filter out the foreignkey object and am not able to if its hyperlinked.
well explained. if i want to return a radom record, instead of a list, any idea of what method to override?
At the simplest, you can create a view that will return your random record. www.django-rest-framework.org/api-guide/views/
Loved it! Thanks
thanks a lot for the video, please can you help me, i want add in api root another link for another model named book, how can i do it
Thanks for your tutorial helped to understand REST for django, but how i can use it to run django project for mobile apps?
You can use the Django app as your API backend. Look into iOS or Android development tutorials and focus on the part where they call APIs from within the apps.
Awesome, i was lost, but not any more thanks to you.
Glad the video helped!
great intro Anthony!!
Thanks for watching!
Very good video!
Thanks for watching!
Well explained.
clean and neat explanation thank you..
You're welcome!
It's so clear for me now, thanks. May I know the name of tool you used for the http command execution?
You're welcome. It's called POSTMan.
@@prettyprinted thanks!
Hi Anthony, thank you for this excellent tutorial. Could you please share the code for each of the files. I followed your tutorial using python3 and django 2.0.3 version and I am getting errors . No module named 'languages.serializer' :(
Don't worry , I fixed it. My import statement had errors. thanks. Great work.
Exquisite tutorial! Whats the name of the tool used on 21:00? Edit: Postman, guess i'm a bit deaf
can u tell me how to do for image upload ..which pip to install
good job, nice explanation.
Thanks for watching!