Unfollow From Profile Page - Django Wednesdays Twitter #22

Опубликовано: 10 Февраль 2025
на канале: Codemy.com
1,439
83

In this video we'll add the ability to unfollow users from our profile page.

On our profile page, we have a list of users that we're currently following.

In the video we'll add an icon next to each name that we can click on to unfollow them right from the profile page.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:18 - Add Icon Link to Profile Page
3:27 - Create URL in URLS.py
4:20 - Create Unfollow View
5:23 - Look Up Profile To Unfollow
6:30 - Unfollow User And Save
7:40 - Success Message and Redirect
9:10 - Add Django URL Link Tag To Profile
9:41 - Test It Out
10:40 - Conclusion