Dashboard Item Pages - Django Wednesdays ECommerce 40

Опубликовано: 27 Декабрь 2024
на канале: Codemy.com
2,678
104

In this video we'll build onto our Shipping Dashboard by making each order clickable.

When clicked, they'll point to a separate page with order items.

We need a page for both shipped and unshipped orders.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:15 - Add URL to URLS.py
2:01 - Add Links To Dashboard
3:15 - Create Orders View
3:50 - Create Orders.html Page
4:19 - Get Order From Database
4:52 - Get Order Items From DB
6:25 - Copy Card Code
7:08 - Output Data To HTML page
8:42 - Shipped Logic
9:20 - Name and Address Output
11:04 - Loop Thru Items
12:32 - Conclusion