At 18:54 I assume you mean FriendList and not FriendRequest entry in db? Great lesson, thanks very much. Also, agreed: similar but complementary content to CfE.
@jordanmeyler92393 жыл бұрын
hey just curious why do you keep querying your db for friends lists if its related to the user one to one, if you have the user cant you directly access it?
@andrewcoyne9768 Жыл бұрын
@CodingWithMitch, did you go through how to initiate a friend's list when a new user is created?
@AHmED7Fathy3 жыл бұрын
Thank you man I love your tutorials
@ehis16584 жыл бұрын
Hi @Codingwithmitch thank you for all your tutorials. please would it be possible to do a tutorial on a followers/following system with django? thanks in advance
@M2Coding4 жыл бұрын
You are doing great jobs thanku so much
@k.bharathreddy72382 жыл бұрын
is it possible to create an api using logic to get suggest friends for users ? if it is possible can you make a video on that
@kevingitundu2040 Жыл бұрын
What is the importance of putting the logic in the models and not views
@jungbahadurrana43194 жыл бұрын
Is this tutorial uses rest API?
@HienNguyen-xn7tr4 жыл бұрын
First Hien Nguyen reporting in
@codingwithmitch4 жыл бұрын
You finally did it
@HienNguyen-xn7tr4 жыл бұрын
@@codingwithmitch Gee whiz, Mitch. It looks like we have some ppppretty stiff competition this yea
@rohanabraham44613 жыл бұрын
can we do the same using DRF?
@freepasta87133 жыл бұрын
Of course. The logic is the same. The only difference is in the views