Build A Follows List Page - Django Wednesdays Twitter #25

Published: 07 June 2023
on channel: Codemy.com
1,280
66

In this video we'll add a "Follows" page to our Twitter clone app with Django and Python.

In the last video we created a "Followed-By" page, in this video we'll create a "Follows" page that lists all the people we follow.

We'll also tweak the link to the page and make it into a Bootstrap Button.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:11 - Change 'See All' Link To Button
2:12 - Create Follows URL
2:41 - Create Follows View
3:35 - Create Follows.html Template
4:18 - Add Link On Profile Page
5:18 - Change Follows Code on Follows.html
6:12 - Conclusion