In this video we'll style our pagination using Bootstrap for Django and Python.
In the last video we added functional pagination. In this video we'll make that pagination look good using the Bootstrap CSS framework. Bootstrap makes it really easy to make your pagination look awesome.
#django #codemy #JohnElder
Timecodes
0:00 - Introduction
1:44 - Get Pagination Code From Bootstrap
2:22 - Add li Tags To Our Links
2:59 - Add Class To Our Links
4:23 - Disable Page 5 of 6 Item
5:14 - Add Actual Pages To Pagination
6:50 - Create For Loop
7:31 - Create Character String In View
8:45 - View Character String On Webpage
9:41 - Add String Counter to ForLoop.Counter
10:14 - Add Links To Forloop.Counter Items
11:00 - Test It Out
13:37 - Center The Pagination Links
14:20 - Conclusion