To be honest, Your channel is gem for me. My career growth is completely gone a lifted by your playlists. Thank You very much for your uploads and teaching :)
@markkos24265 жыл бұрын
this is very heflpful. I'm having a hard time implementing react with django but these tuturials are gold
@Aucacoyan2 жыл бұрын
It's amazingly clear how you explain the process. Thank you!
@codekar924 жыл бұрын
thank you brother love from India
@bombdrive38805 жыл бұрын
Good video. But allow me to ask a question. How do we serialize a list of dictionaries to the model? A list consisting of multiple posts.
@thedemonlord92325 жыл бұрын
when do you create the model? is the video missing from the playlist?
@soqocapital4 жыл бұрын
Noticed, new django to took me while
@abbasalirezaei68174 жыл бұрын
i love you man, you are the best .
@panagissarantos_hua20893 жыл бұрын
i have a question here. In the methods views you are passing the request and a slug. How the user hitting that api provides the "slug" that these methods get as a parameter. I don't quite get it. Nice vids btw
@tudorcozma67813 жыл бұрын
Thank you, for the course very simple and clear explanation. Sorry I'm a starter. I have 2 question. 1. if I'm starting the project from scratch, do I need to have and simple models from django or, is enough from rest framework? 2. how I saw on many lessons every time working with rest framework you are adding them on new pages, I mean - Category - Products - Blog elements how to do if I need on one page all of them? I codding my portfolio and let's say I want to make a block with my * softs knowleges * my achivments * company worked for I don't' want to make new page for each of them how to do this Thank you Much appreciated
@bavidlynx34094 жыл бұрын
Hey can i follow this for a different blog app that i made?
@jhoniemusic4 жыл бұрын
can you apply that in models.Model
@abdullahatif78542 жыл бұрын
1:22, Thank YOu
@suavementelucas73512 жыл бұрын
Where did this slug come from? I can't give
@continental_drift4 жыл бұрын
Wow KZbin have gone crazy with the ads. 6:00 mins of ad! I'm out of here.
@AnshumanKumar0074 жыл бұрын
Adblock?
@continental_drift4 жыл бұрын
@@AnshumanKumar007 Good idea but I am happy to watch ads when they support creators efforts. The previous video was accompanied by a three minute commercial. But 6:00 mins watching some testosterone charged buffon shouting at me is too much.
@marekkaminski54964 жыл бұрын
in settings.py add such a line in REST_FRAMEWORK section 'DEFAULT_AUTHENTICATION_CLASSES' tuple: 'rest_framework.authentication.SessionAuthentication',
@sunilsarode42954 жыл бұрын
nice series, thanks a lot . it fail in my case when I wanted to get JSON response. it works with following if request.method == "GET": serializer = HospitalDataSerializer(hospital) return Response(serializer.data)----> why this ?
@ahmedjaved71974 жыл бұрын
Well, you have to return something when you are you are creating a view. In this case, serializer.data is returning the data of the requested blogpost.
@dawoodamir20115 жыл бұрын
Man u should keep it seprate now i havent watched any of your videos before this so how any one who just want to take this course of restapi suppose to knw whats going to be import from account model this is making this more confusing
@codingwithmitch5 жыл бұрын
keep what separate. There's 2 playlists. And 2 different courses on my website. codingwithmitch.com/courses
@dawoodamir20115 жыл бұрын
I knw i have seen it but you are also making a web application in this course right
@dawoodamir20115 жыл бұрын
Like you have blog post on web application and you r making django restframework course on that same project but i havent watched any of your webapplication video so those models like blog or author i guess u have made in webapplication part
@dawoodamir20115 жыл бұрын
Or maybe its just me im not understanding it right now
@privetabdul3 жыл бұрын
totally agree
@swapnik10004 жыл бұрын
'We are going to be focusing on class based views....' Please focus on everything. Not looking to learn the exact app your are making. Looking to learn Django REST framework.