In this video I'll show you how to add a user profile bio section, as well as user links to our Django Twitter Clone App.
We'll give users the ability to write a short description in their profile section, as well as social media links.
We'll use Font Awesome for the link icons.
#django #codemy #JohnElder
Timecodes
0:00 - Introduction
1:05 - Update Profile Model
3:51 - Make and Push Migration
4:30 - Check Admin Section
5:26 - Update ProfilePicForm
8:20 - Update Class Meta Fields
9:24 - Remove Form Labels
10:57 - Add Links To Profile Page
15:27 - Open Links in New Window
16:24 - Add Font Awesome Icons
18:58 - Change Icon Colors
19:48 - Add Spaces Between Icons
20:53 - Add Bio To Profile Page
22:04 - Justify Bio Text
22:55 - Conclusion