How to Add a Friend Using a Django View (Django Tutorial) | Part 57

preview_player
Показать описание
Enjoyed my video? Leave a like!
Рекомендации по теме
Комментарии
Автор

Best Django tuts on YouTube. Thanks Max!

jbrian
Автор

you are awesome! please don't ever stop! keep going and keep up the good work!

viseshprasad
Автор

Correct me if I am wrong but the change_friends is a function based view? If so, it looks like you switched from class based view to function based views? Again, if so, it is very confusing.

mauisam
Автор

Max, why do you sometimes use reverse() and sometimes not use?

dibi-dibirec
Автор

How would you go about querying all posts from all friends of a particular user? Thanks.

adamcuculich
Автор

Have you ever used the django-friendship package? The docs doesnt tell me everything I need, I could use this code too could I not?

Zen-tj
Автор

TypeError at /home/
'AnonymousUser' object is not iterable

Zzzzzzzzzzzzzzzzzzzzr
Автор

NoReverseMatch at /home/
Reverse for 'view_profile_with_pk' with arguments '()' and keyword arguments '{u'pk': 2}' not found. 0 pattern(s) tried: []

Zzzzzzzzzzzzzzzzzzzzr