How to follow users in Django | follow users like on Twitter

  Рет қаралды 10,684

Pyplane

Pyplane

Күн бұрын

Пікірлер: 76
@Pyplane
@Pyplane 4 жыл бұрын
Hi Guys! If you enjoy this video make sure to checkout the django social network project: kzbin.info/www/bejne/pavVZ4F7pNJ_h9k :) Cheers!
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
just finished your great video, but i must start again this time with writing the codes too, then again, again and again until i have completely have understand it after than i will try it alone. Tomorrow PART12 ?? WOWOWOWOW :D
@Pyplane
@Pyplane 4 жыл бұрын
@@yukselbastan4687 cool :) the video content itself is quite similar to the things we did in the social network project. A little bit more difficult is to merge the querysets and display them by the created date. I'm sure your approach of learning will be effective :)
@kyriekristian2933
@kyriekristian2933 3 жыл бұрын
I know im randomly asking but does any of you know of a method to log back into an instagram account? I stupidly lost my login password. I love any tricks you can offer me.
@aashayamballi
@aashayamballi 4 жыл бұрын
Congratulations on hitting 1K mark... This channel really deserve more and sure this channel will get it. Thank you for all your efforts!
@Pyplane
@Pyplane 4 жыл бұрын
Thank you Aashay :) very very happy about reaching 1k subsribers. This is way more than I expected when I started. Thx for watching and for the support!
@aashayamballi
@aashayamballi 4 жыл бұрын
@@Pyplane 😊
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
Oh my god i cant belive it. 1 a clock in the night and we have a new tut from you. You are great, thanks thanks
@Pyplane
@Pyplane 4 жыл бұрын
thanks for the idea! Did I pronounce your name correct at the beginning of the video?:)
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
You are my Hero, yes you spell IT correct thank you very much. Many many thanks from Izmir Türkiye to you.
@RPAChampion
@RPAChampion 4 жыл бұрын
Thank you for making this video, your tutorials are amazing , thank you for sharing your knowledge i have been liking and watching your videos for some time so i thought i might say hello and thank you
@Pyplane
@Pyplane 4 жыл бұрын
Hi there. Pleasure to meet you ! :) Thank you for the kind words & the support. Very happy you like my videos :))
@abhishekshukla7234
@abhishekshukla7234 4 жыл бұрын
thankyou for videos, will you please make a video on the deployment of Django project with a static file using whitenoise from scratch
@Vishal-ek3rc
@Vishal-ek3rc 4 жыл бұрын
please make video on how to tag someone and add location also add story feature it will be great fun to learn this things
@Pyplane
@Pyplane 4 жыл бұрын
Hi balach. Thx for the ideas :) can you write a bit more what do you mean by „add story feature”? Like on Instagram? Regarding the location - have you seen the video series Django with geolocation here on the channel? Cheers
@Vishal-ek3rc
@Vishal-ek3rc 4 жыл бұрын
@@Pyplane yes story features like Instagram
@Vishal-ek3rc
@Vishal-ek3rc 4 жыл бұрын
@@Pyplane please explain What logic for tagging is applicable I am following your social network series Please upload part 12 soon And add this features Story like Instagram
@Pyplane
@Pyplane 4 жыл бұрын
@@Vishal-ek3rc hehe...first I have to understand how instargram works:) I think I never posted a story:)
@Vishal-ek3rc
@Vishal-ek3rc 4 жыл бұрын
@@Pyplane what about tagging feature could you please add this i your next part 12 of social network series . thank you for replying
@mrescape100
@mrescape100 4 жыл бұрын
Once again, excelent tutorial!!! Congratulations!!
@Pyplane
@Pyplane 4 жыл бұрын
Thank you Diego!
@ranafahad6388
@ranafahad6388 3 жыл бұрын
very good brother
@mikescript
@mikescript 3 жыл бұрын
this vd just saved me right now thanks a lot
@_ShortTime
@_ShortTime 2 жыл бұрын
when I click the unfollow button then form goes a GET request instead of POST how do i fix it
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
Hello Lucas, i cant go any further, i tried everythink, i google since days but no, im at my end can you please help me. i did EXACTLY the same what you did for reverse relationship from 14:04 - 15:08 but the result for me is always 'Profile' object has no attribute 'post_set' :S
@Pyplane
@Pyplane 4 жыл бұрын
hello. are you following exacatly step by step or adding some modifications (or maybe applying this to the social network project)? Check for related_name. if you have related_name specified in your models the _set syntax for reverse relationship wont work
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
@@Pyplane i have looked in all my .py files there is nothink with related_name and im trying to add this to my project, yes your social network project is a part from that.
@Pyplane
@Pyplane 4 жыл бұрын
@@yukselbastan4687 Just a suggestion - maybe first try to follow along, understand how this works and as the next step apply it to the social network project?
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
@@Pyplane ok i will try it with your way. i will LEARN it, i WİLL LEARN it, i hope i can learn it :S its so hard to understand :S
@Pyplane
@Pyplane 4 жыл бұрын
@@yukselbastan4687 it's just a matter of practice :)
@komilyaxshilikov5729
@komilyaxshilikov5729 4 жыл бұрын
Hi i watched your tutorials they are very good and i am watching your videos and writing these codes such as copy paste , what do you think about it that is good or bad i mean i can write codes afterwards and understand codes ? .You know your queryies are very difficult in order to understand for begineers because you are senior programmer .Now i got such as twitter a little project for enrolling job , i am learning your project and doing my project .What do you recommend to me i should learn from videos or another way for learning django , Thank you before answering.
@Pyplane
@Pyplane 4 жыл бұрын
Hi Komil. Welcome to the channel, it's very nice to have you here. Following along isn't bad if you stop for a second and research the things you didn't understand. If this content is a little bit too difficult - in October I will be releasing a friendly introduction to Django. If you have time - I can only recommend you to practice, practice and focus on understanding what is happening in the code. Wish you good luck! Cheers!
@komilyaxshilikov5729
@komilyaxshilikov5729 4 жыл бұрын
@@Pyplane Thank you veru much for answering , i have been learning for 2 months i can understand what are views, models, urls and others but i can not understand complex coding such as yours at the moment i am trying to understand .As well as your english is understandble , please i recommend you do much more one full project such as onlineshoping, school website, networking and others because you can teach very good , every time i try to follow your tutorials ,i did subscribed to your channel i can learn lots of things from you .
@komilyaxshilikov5729
@komilyaxshilikov5729 4 жыл бұрын
I have a request please to explain step by step which code is what is meaning , it comes where this kind of ? I appreciate you thank you very much.
@Pyplane
@Pyplane 4 жыл бұрын
@@komilyaxshilikov5729 2 months is not a lot, I was confused at that time as well so don't worry. In the friendly intro to django I'll try to explain each line of code :)
@komilyaxshilikov5729
@komilyaxshilikov5729 4 жыл бұрын
@@Pyplane Yeah you are right this month is not a lot, you know i can understand syntax and logic of programming such as what is Loop , function, classes . Okey , i will wait your next tutorials as well as advanced django tutorials good luck i follow you every day
@brahimboughanem208
@brahimboughanem208 3 жыл бұрын
24:18 how to get this classes name please
@Pyplane
@Pyplane 3 жыл бұрын
You need to use semantic ui framework
@ehis1658
@ehis1658 4 жыл бұрын
good day sir. thanks for this tutorial but I'm hitting a bit of an error. when click the follow button it works but trying to unfollow and account doesn't work please I will like you to help me with that. thanks in advance
@ehis1658
@ehis1658 4 жыл бұрын
@and please if you can update it and show how to get a users followers
@ehis1658
@ehis1658 4 жыл бұрын
@pyplane
@enesyurtsever
@enesyurtsever 4 жыл бұрын
Nice tutorial
@Pyplane
@Pyplane 4 жыл бұрын
thank you!
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
My suggestion: Caching, Redis, rabbitMQ, celery, in Django along with DRF & testing. Hope to this series in our channel. Thank you. 😄🙏
@Pyplane
@Pyplane 4 жыл бұрын
Hi Manu. Nice to hear from you again! According to your earlier suggestion - DRF (with React) coming up soon. In parallel a little bit of deep learning theory & practice. We will see what’s next. The list is quite long :) cheers!
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
@@Pyplane haha. okay.
@yukselbastan4687
@yukselbastan4687 4 жыл бұрын
finally everythink worked fine, thanks. But i still dont know what i did false in my first try(implement it to my project). Now i deleted everythink and will try it again. ONE BIG QUESTION HOW LONG TOOK IT FOR YOU TO LEARN ALL THIS? Why cant i learn it fast, i dont think that im a stupied person to learn but its difficult :S
@Pyplane
@Pyplane 4 жыл бұрын
Happy everything is working :) regarding your question - it's just a matter of practice. Can't answer how long it took. I'm learning all the time :)
@navrajsandhu8168
@navrajsandhu8168 3 жыл бұрын
Luke bro, all the users automatically adding to followers. Why I am facing this problem?
@Pyplane
@Pyplane 3 жыл бұрын
Hi, somewhere you probably made a small mistake :)
@ghanashyambk191
@ghanashyambk191 4 жыл бұрын
How can we know here how many profile have followed to my profile
@Pyplane
@Pyplane 4 жыл бұрын
Hi. This question was already asked in the comment section. Please find the comment written by Sunny.
@navrajsandhu8168
@navrajsandhu8168 3 жыл бұрын
Awesome tutorial fom awesome guy. Luke brother can you provide code ?
@Pyplane
@Pyplane 3 жыл бұрын
Hi. I'll try to do that ASAP
@jameskulu
@jameskulu 4 жыл бұрын
Great tutorial
@Pyplane
@Pyplane 4 жыл бұрын
Thank you James!
@jameskulu
@jameskulu 4 жыл бұрын
@@Pyplane How can we list the followers of a particular user ?
@Pyplane
@Pyplane 4 жыл бұрын
@@jameskulu It's there :) we list out the people who we are following, the same logic applies for other people in the system. You can check out my tutorial on the social network project where we talk about this in greater details. The difference is that we list out the friends not the followers (and that tutorial is much longer)
@jameskulu
@jameskulu 4 жыл бұрын
@@Pyplane i couldnt find it 😅..can you tell me which part is this located it?
@Pyplane
@Pyplane 4 жыл бұрын
@@jameskulu Don't remember. But if you want to display just a list of followers for a particular user you just need to apply the same logic from this video. here we are displaying who we are following, you just now need to display the list of followers for each profile you visit. same logic here
@rayganmudberry375
@rayganmudberry375 4 жыл бұрын
awesome.
@Pyplane
@Pyplane 4 жыл бұрын
Thank you :))
@mofiathamin4908
@mofiathamin4908 4 жыл бұрын
Source code in github please
@chiragsharma3688
@chiragsharma3688 3 жыл бұрын
please do us all a favor! put time stamps
Profile Page With Followers - Django Wednesdays Twitter #5
16:03
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
4 Problems with Eloquent Soft Deletes (and Two Alternatives)
9:05
Laravel Daily
Рет қаралды 11 М.
Create Blog Like Button - Django Blog #18
19:35
Codemy.com
Рет қаралды 54 М.
Django Interview Questions (Junior Developer)
30:26
Dennis Ivy
Рет қаралды 129 М.
Django database backup and restore + periodic backups
10:19
Django signals for beginners | How to use signals in Django
54:32
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07